Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-parent-pom
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15589/squirrelsql-plugins-parent-pom
Modified Files:
pom.xml
Log Message:
Added dependency on app module test jar and re-formatted.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-parent-pom/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 8 Aug 2009 16:48:45 -0000 1.1
--- pom.xml 15 Aug 2009 14:19:39 -0000 1.2
***************
*** 23,65 ****
<dependency>
<groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>app</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.6</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymockclassextension</artifactId>
- <version>2.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>gsbase</groupId>
- <artifactId>gsbase</artifactId>
- <version>2.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.squirrel_sql</groupId>
- <artifactId>fw</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.squirrel_sql</groupId>
- <artifactId>app</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <type>test-jar</type>
- </dependency>
</dependencies>
--- 23,65 ----
<dependency>
<groupId>net.sourceforge.squirrel_sql</groupId>
+ <artifactId>squirrel-sql</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>gsbase</groupId>
+ <artifactId>gsbase</artifactId>
+ <version>2.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.squirrel_sql</groupId>
+ <artifactId>fw</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>app</artifactId>
<version>3.1.0-SNAPSHOT</version>
+ <type>test-jar</type>
</dependency>
</dependencies>
***************
*** 78,88 ****
</configuration>
</plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-surefire-plugin</artifactId>
! <configuration>
! <redirectTestOutputToFile>true</redirectTestOutputToFile>
! </configuration>
! </plugin>
<plugin>
--- 78,88 ----
</configuration>
</plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-surefire-plugin</artifactId>
! <configuration>
! <redirectTestOutputToFile>true</redirectTestOutputToFile>
! </configuration>
! </plugin>
<plugin>
***************
*** 94,101 ****
<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.
-->
<excludes>
--- 94,100 ----
<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.
-->
<excludes>
***************
*** 121,126 ****
<finalName>${project.artifactId}</finalName>
<!--
! We exclude docs from the classes jar, for the same reason
! as above
-->
<excludes>
--- 120,124 ----
<finalName>${project.artifactId}</finalName>
<!--
! We exclude docs from the classes jar, for the same reason as above
-->
<excludes>
|