ACCUMULO-1166 Removing maven-source-plugin invocation as the apache parent should be providing this.
Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/170c2df6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/170c2df6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/170c2df6 Branch: refs/heads/master Commit: 170c2df64312adc86d93a16279a7e9737af9a55f Parents: 257df4c Author: Josh Elser <josh.el...@gmail.com> Authored: Mon Sep 30 21:27:21 2013 -0400 Committer: Josh Elser <josh.el...@gmail.com> Committed: Mon Sep 30 21:28:31 2013 -0400 ---------------------------------------------------------------------- pom.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/170c2df6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a8b73e..e0bb904 100644 --- a/pom.xml +++ b/pom.xml @@ -61,14 +61,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>2.2.1</version> - <configuration> - <includePom>true</includePom> - </configuration> - </plugin> - <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.10</version> @@ -90,25 +82,4 @@ </plugin> </plugins> </build> - <profiles> - <profile> - <id>release</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>