SEC-1237-Re-enabled maven source plugin

This commit is contained in:
Luke Taylor 2009-09-06 13:16:43 +00:00
parent f518da9d8b
commit 9d26527f30
1 changed files with 3 additions and 3 deletions

View File

@ -350,7 +350,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!--
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
@ -360,13 +359,14 @@
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
-->
<!-- Other --> <!-- Other -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>