[java-idp-integration-tests] 01/04: Move m2e profile to end
Tom Zeller
tzeller at dragonacea.biz
Fri Dec 1 01:08:42 EST 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=65f6687582082ed5046e3e57603b4144432f576e
commit 65f6687582082ed5046e3e57603b4144432f576e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 15 13:02:10 2017 -0600
Move m2e profile to end
---
pom.xml | 119 ++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 60 insertions(+), 59 deletions(-)
diff --git a/pom.xml b/pom.xml
index 68d0230..01aff3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,65 +368,6 @@
<profiles>
<!--
- Remove the testbed dependency classifier when using Eclipse, but not from the command line.
- See https://wiki.eclipse.org/M2E-WTP_FAQ
- -->
- <profile>
- <id>m2e</id>
- <activation>
- <property>
- <name>m2e.version</name>
- </property>
- </activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <versionRange>[2.8,)</versionRange>
- <goals>
- <goal>unpack</goal>
- <goal>copy</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <versionRange>[2.5,)</versionRange>
- <goals>
- <goal>clean</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <properties>
- <testbed.classifier></testbed.classifier>
- </properties>
- </profile>
- <!--
The idp-current profile sets the version of the IdP to the current release.
-->
<profile>
@@ -700,6 +641,66 @@
</plugins>
</build>
</profile>
+
+ <!--
+ Remove the testbed dependency classifier when using Eclipse, but not from the command line.
+ See https://wiki.eclipse.org/M2E-WTP_FAQ
+ -->
+ <profile>
+ <id>m2e</id>
+ <activation>
+ <property>
+ <name>m2e.version</name>
+ </property>
+ </activation>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <versionRange>[2.8,)</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ <goal>copy</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <versionRange>[2.5,)</versionRange>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <properties>
+ <testbed.classifier></testbed.classifier>
+ </properties>
+ </profile>
</profiles>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list