Author: jocaba
Date: Thu Jan 13 00:59:20 2011
New Revision: 1058381
URL: http://svn.apache.org/viewvc?rev=1058381&view=rev
Log:
[NPANDAY-342] deploy sources artifacts to npanday asset repo
Also added maven-source-plugin to the npanday-release profile
Modified:
incubator/npanday/trunk/pom.xml
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1058381&r1=1058380&r2=1058381&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Thu Jan 13 00:59:20 2011
@@ -510,7 +510,20 @@ under the License.
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
@@ -544,25 +557,6 @@ under the License.
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.7</version>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <excludes>
- <exclude>**/**.properties</exclude>
- <exclude>**/**.resx</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
</build>
</profile>