Conf. maven for sources.jar
* Added configuration for generatig the *-sources.jar file for navalplanner-webapp FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
911f4bc258
commit
03d6a7a87f
1 changed files with 14 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue