Revision: 6374
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6374&view=rev
Author: wis775
Date: 2011-08-21 13:20:57 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
Make our POM's ready for m2e of Eclipse 3.7
Added the lifecyle-mapping for m2e. This introduced a new profile called m2e.
Modified Paths:
--------------
trunk/sql12/app/pom.xml
trunk/sql12/installer/pom.xml
trunk/sql12/installer/squirrelsql-launcher/pom.xml
trunk/sql12/plugins/laf/pom.xml
trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml
trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
Modified: trunk/sql12/app/pom.xml
===================================================================
--- trunk/sql12/app/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/app/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -63,7 +63,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fw</artifactId>
- <version>${project.version}</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -109,10 +109,8 @@
</dependency>
</dependencies>
<build>
- <!--
- Filter in the version from the version-plugin below, into
- Version.properties. Turn off filtering for all other files here
- -->
+ <!-- Filter in the version from the version-plugin below, into Version.properties.
+ Turn off filtering for all other files here -->
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -136,9 +134,7 @@
</testResource>
</testResources>
<plugins>
- <!--
- Set the squirrelsql.version property if it has not already been set.
- -->
+ <!-- Set the squirrelsql.version property if it has not already been set. -->
<plugin>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-version-plugin</artifactId>
@@ -205,4 +201,42 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrelsql-version-plugin</artifactId>
+ <versionRange>${squirrelsql-version-plugin-version}</versionRange>
+ <goals>
+ <goal>set-version</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
</project>
Modified: trunk/sql12/installer/pom.xml
===================================================================
--- trunk/sql12/installer/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/installer/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -85,8 +85,8 @@
</goals>
<configuration>
<stripVersion>true</stripVersion>
- <!-- This is a scaled down list of artifacts that we need at runtime, minus
- any that are not needed -->
+ <!-- This is a scaled down list of artifacts that we need at runtime,
+ minus any that are not needed -->
<excludeGroupIds>net.sf.squirrel-sql.plugins</excludeGroupIds>
<includedArtifacts>
<includedArtifact>antlr:antlr</includedArtifact>
@@ -115,14 +115,14 @@
<includedArtifact>net.sourceforge.jexcelapi:jxl</includedArtifact>
<includedArtifact>log4j:log4j</includedArtifact>
<includedArtifact>be.cyberelf.nanoxml:nanoxml</includedArtifact>
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:openide</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:openide-loaders</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-fold</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-lib</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-util</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-syntax</includedArtifact>-->
- <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-bte</includedArtifact>-->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:openide</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:openide-loaders</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-fold</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-lib</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:org-netbeans-modules-editor-util</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-syntax</includedArtifact> -->
+ <!--<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-bte</includedArtifact> -->
<includedArtifact>com.fifesoft:rsyntaxtextarea</includedArtifact>
<includedArtifact>com.fifesoft.rtext:rtext</includedArtifact>
<includedArtifact>org.springframework:spring-beans</includedArtifact>
@@ -178,10 +178,12 @@
</build>
<profiles>
- <!-- The only difference here is that we want to include the squirrelsql-source project as a module
- when the uploadInstallers property is set. Since the squirrelsql-source project takes some time to export
- the source from subversion, and there is very little use for it except when uploading the installers
- (uploadInstallers property is set), we exclude it for now in the default build. -->
+ <!-- The only difference here is that we want to include the squirrelsql-source
+ project as a module when the uploadInstallers property is set. Since the
+ squirrelsql-source project takes some time to export the source from subversion,
+ and there is very little use for it except when uploading the installers
+ (uploadInstallers property is set), we exclude it for now in the default
+ build. -->
<profile>
<id>export-source</id>
<activation>
@@ -199,5 +201,68 @@
<module>squirrelsql-update-site</module>
</modules>
</profile>
+ <profile>
+ <id>m2e</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <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>${dependency-plugin-version}</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ <goal>copy-dependencies</goal>
+ <goal>unpack-dependencies</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrelsql-version-plugin</artifactId>
+ <versionRange>${squirrelsql-version-plugin-version}</versionRange>
+ <goals>
+ <goal>set-version</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrelsql-dependency-plugin</artifactId>
+ <versionRange>1.0.8</versionRange>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
</profiles>
</project>
Modified: trunk/sql12/installer/squirrelsql-launcher/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-launcher/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/installer/squirrelsql-launcher/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -98,7 +99,8 @@
<configuration>
<tasks>
<copy todir="target/classes/icons/">
- <fileset dir="target/dependency/net/sourceforge/squirrel_sql/client/resources/images/gm/">
+ <fileset
+ dir="target/dependency/net/sourceforge/squirrel_sql/client/resources/images/gm/">
<include name="splash.jpg" />
</fileset>
</copy>
@@ -122,5 +124,54 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <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>${dependency-plugin-version}</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[1,4)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: trunk/sql12/plugins/laf/pom.xml
===================================================================
--- trunk/sql12/plugins/laf/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/plugins/laf/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -1,15 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!--
- This pom is slightly different from other plugin poms because it requires special assembly
- instructions since it includes LAF jars from other projects in the lafs/ folder of the assembly.
- Since no other plugin has special needs like this, this plugin's pom doesn't inherit from the
- plugin parent pom (the assembly that is inherited from plugin parent somehow cannot be overridden
- by this pom's assembly plugin configuration). To add/remove/modify the LAFS that get included in
- the assembly archive, you must add/remove/modify the dependency below on the maven project that
- contains the LAF artifact *and* add the artifactId to the laf.artifactIds property.
- -->
+ <!-- This pom is slightly different from other plugin poms because it requires
+ special assembly instructions since it includes LAF jars from other projects
+ in the lafs/ folder of the assembly. Since no other plugin has special needs
+ like this, this plugin's pom doesn't inherit from the plugin parent pom (the
+ assembly that is inherited from plugin parent somehow cannot be overridden
+ by this pom's assembly plugin configuration). To add/remove/modify the LAFS
+ that get included in the assembly archive, you must add/remove/modify the
+ dependency below on the maven project that contains the LAF artifact *and*
+ add the artifactId to the laf.artifactIds property. -->
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
@@ -76,7 +76,8 @@
<pluginClassName>net.sourceforge.squirrel_sql.plugins.db2.DB2Plugin</pluginClassName>
<staging.dir>${project.build.directory}</staging.dir>
<laf.artifactIds>
- ilf-gpl,kunstoff-laf,looks,napkinlaf,nimrod-laf,skinlf,substance,swingsetthemes,toniclf,tinylaf </laf.artifactIds>
+ ilf-gpl,kunstoff-laf,looks,napkinlaf,nimrod-laf,skinlf,substance,swingsetthemes,toniclf,tinylaf
+ </laf.artifactIds>
</properties>
<dependencies>
<dependency>
@@ -149,11 +150,8 @@
<artifactId>looks</artifactId>
<version>2.2.2</version>
</dependency>
- <!--
- Project napkinlaf uses maven, but curiously doesn't deploy to maven central. I filed an issue to
- encourage them to:
- https://sourceforge.net/tracker/?func=detail&atid=636986&aid=2842880&group_id=104116
- -->
+ <!-- Project napkinlaf uses maven, but curiously doesn't deploy to maven
+ central. I filed an issue to encourage them to: https://sourceforge.net/tracker/?func=detail&atid=636986&aid=2842880&group_id=104116 -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>napkinlaf</artifactId>
@@ -164,12 +162,12 @@
<artifactId>nimrod-laf</artifactId>
<version>1.2</version>
</dependency>
- <!-- This was removed as Oyoaha lnf isn't supported in Java 6 -->
- <!-- <dependency>-->
- <!-- <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>-->
- <!-- <artifactId>oalnf</artifactId>-->
- <!-- <version>3.0</version>-->
- <!-- </dependency>-->
+ <!-- This was removed as Oyoaha lnf isn't supported in Java 6 -->
+ <!-- <dependency> -->
+ <!-- <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId> -->
+ <!-- <artifactId>oalnf</artifactId> -->
+ <!-- <version>3.0</version> -->
+ <!-- </dependency> -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>skinlf</artifactId>
@@ -180,9 +178,7 @@
<artifactId>skinlf-theme-packs</artifactId>
<version>1.0.0</version>
</dependency>
- <!--
- Project owner not interested in maven: https://substance.dev.java.net/issues/show_bug.cgi?id=287
- -->
+ <!-- Project owner not interested in maven: https://substance.dev.java.net/issues/show_bug.cgi?id=287 -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>substance</artifactId>
@@ -214,11 +210,10 @@
<outputDirectory>target</outputDirectory>
<finalName>${project.artifactId}</finalName>
<includePom>true</includePom>
- <!--
- We exclude docs from the source jar, because the assembly has to have them for the plugin
- install to work; and we don't want the source jar to contain them as well as the assembly jar
- as that just makes the assembly jar bigger.
- -->
+ <!-- We exclude docs from the source jar, because the assembly has to
+ have them for the plugin install to work; and we don't want the source jar
+ to contain them as well as the assembly jar as that just makes the assembly
+ jar bigger. -->
<excludes>
<exclude>**/doc/**</exclude>
<exclude>**/doc</exclude>
@@ -252,10 +247,7 @@
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
<finalName>${project.artifactId}</finalName>
- <!--
- We exclude docs from the classes jar, for the same reason as
- above
- -->
+ <!-- We exclude docs from the classes jar, for the same reason as above -->
<excludes>
<exclude>**/doc/**</exclude>
<exclude>**/doc</exclude>
@@ -331,4 +323,42 @@
</plugin>
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <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>${dependency-plugin-version}</versionRange>
+ <goals>
+ <goal>copy-dependencies</goal>
+ <goal>unpack</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
@@ -99,7 +100,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
- <executions>
+ <executions>
<execution>
<id>copy-example-project-java</id>
<phase>generate-resources</phase>
@@ -128,7 +129,7 @@
<outputDirectory>src/main/resources/archetype-resources/src/test/java</outputDirectory>
<markersDirectory>target/dependency-maven-plugin-markers-test-java</markersDirectory>
</configuration>
- </execution>
+ </execution>
<execution>
<id>copy-example-project-properties</id>
<phase>generate-resources</phase>
@@ -157,17 +158,15 @@
<markersDirectory>target/dependency-maven-plugin-markers-docs</markersDirectory>
</configuration>
</execution>
-
+
</executions>
</plugin>
- <!--
- This will test that the archetype can be used to create a new plugin project (in
- target/it/projects) and that the plugin project will successfully build. This pattern was found
- in a discussion about how to test archetypes here:
- http://maven.40175.n5.nabble.com/unit-testing-archetypes-td75257.html#a75257 or
- http://bit.ly/gABNDE if this url ever goes away.
- -->
+ <!-- This will test that the archetype can be used to create a new plugin
+ project (in target/it/projects) and that the plugin project will successfully
+ build. This pattern was found in a discussion about how to test archetypes
+ here: http://maven.40175.n5.nabble.com/unit-testing-archetypes-td75257.html#a75257
+ or http://bit.ly/gABNDE if this url ever goes away. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
@@ -234,5 +233,52 @@
</snapshotRepository>
</distributionManagement>
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <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.1,)
+ </versionRange>
+ <goals>
+ <goal>
+ unpack-dependencies
+ </goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+
+
</project>
Modified: trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-08-20 19:17:58 UTC (rev 6373)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-08-21 13:20:57 UTC (rev 6374)
@@ -351,5 +351,41 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>m2e</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings
+ only. It has no influence on the Maven build itself. -->
+ <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>${dependency-plugin-version}</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
</profiles>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|