Author: mbenson
Date: Tue Feb 11 19:08:55 2014
New Revision: 1567300
URL: http://svn.apache.org/r1567300
Log:
revert accidental parts of commit
Modified:
commons/proper/weaver/trunk/ant/lib/pom.xml
commons/proper/weaver/trunk/build-tools/pom.xml
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/ant/lib/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1567300&r1=1567299&r2=1567300&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/lib/pom.xml Tue Feb 11 19:08:55 2014
@@ -71,19 +71,6 @@ under the License.
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-test-sources</id>
- <phase>never-ever</phase>
- <goals>
- <goal>test-jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.1</version>
<executions>
Modified: commons/proper/weaver/trunk/build-tools/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/pom.xml?rev=1567300&r1=1567299&r2=1567300&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/pom.xml (original)
+++ commons/proper/weaver/trunk/build-tools/pom.xml Tue Feb 11 19:08:55 2014
@@ -27,14 +27,4 @@ under the License.
<artifactId>commons-weaver-build-tools</artifactId>
<name>Apache Commons Weaver Build Tools</name>
<description>Provide common setup, from
http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html</description>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <skipSource>true</skipSource>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1567300&r1=1567299&r2=1567300&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 19:08:55 2014
@@ -352,13 +352,6 @@ under the License.
<source>${maven.compiler.source}</source>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
-
<tagNameFormat>@{commons.release.version}_@{commons.rc.version}</tagNameFormat>
- </configuration>
- </plugin>
</plugins>
</build>