Conf. maven for sources.jar

* Added configuration for generatig the *-sources.jar file for navalplanner-webapp

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-12 18:35:38 +02:00 committed by Óscar González Fernández
parent 911f4bc258
commit 03d6a7a87f

View file

@ -49,6 +49,20 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>default</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>