|
From: <de...@us...> - 2012-05-16 16:43:34
|
Revision: 7212
http://fudaa.svn.sourceforge.net/fudaa/?rev=7212&view=rev
Author: deniger
Date: 2012-05-16 16:43:28 +0000 (Wed, 16 May 2012)
Log Message:
-----------
0.53
Modified Paths:
--------------
trunk/soft/fudaa-crue/crue-server/pom.xml
trunk/soft/fudaa-crue/ui-planimetry/pom.xml
Modified: trunk/soft/fudaa-crue/crue-server/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/crue-server/pom.xml 2012-05-16 16:40:51 UTC (rev 7211)
+++ trunk/soft/fudaa-crue/crue-server/pom.xml 2012-05-16 16:43:28 UTC (rev 7212)
@@ -25,6 +25,17 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
Modified: trunk/soft/fudaa-crue/ui-planimetry/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-planimetry/pom.xml 2012-05-16 16:40:51 UTC (rev 7211)
+++ trunk/soft/fudaa-crue/ui-planimetry/pom.xml 2012-05-16 16:43:28 UTC (rev 7212)
@@ -20,13 +20,13 @@
<artifactId>crue-server</artifactId>
<scope>provided</scope>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.fudaa.soft.fudaa-crue</groupId>
<artifactId>crue-server</artifactId>
- <type>jar</type>
+ <type>test-jar</type>
<scope>test</scope>
<version>${project.version}</version>
- </dependency>-->
+ </dependency>
<dependency>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-2d</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|