Author: mbenson
Date: Tue Feb 11 18:52:33 2014
New Revision: 1567295
URL: http://svn.apache.org/r1567295
Log:
doc improvement
Modified:
commons/proper/weaver/trunk/ant/lib/pom.xml
commons/proper/weaver/trunk/build-tools/pom.xml
commons/proper/weaver/trunk/pom.xml
commons/proper/weaver/trunk/src/site/markdown/index.md
Modified: commons/proper/weaver/trunk/ant/lib/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1567295&r1=1567294&r2=1567295&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/lib/pom.xml Tue Feb 11 18:52:33 2014
@@ -71,6 +71,19 @@ 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=1567295&r1=1567294&r2=1567295&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/pom.xml (original)
+++ commons/proper/weaver/trunk/build-tools/pom.xml Tue Feb 11 18:52:33 2014
@@ -27,4 +27,14 @@ 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=1567295&r1=1567294&r2=1567295&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 18:52:33 2014
@@ -352,6 +352,13 @@ 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>
Modified: commons/proper/weaver/trunk/src/site/markdown/index.md
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/markdown/index.md?rev=1567295&r1=1567294&r2=1567295&view=diff
==============================================================================
--- commons/proper/weaver/trunk/src/site/markdown/index.md (original)
+++ commons/proper/weaver/trunk/src/site/markdown/index.md Tue Feb 11 18:52:33
2014
@@ -89,7 +89,8 @@ of configuring the `privilizer` module:
### Antlib
The [Commons Weaver Antlib][antlib] provides tasks and types to
facilitate the integration of Commons Weaver into your Apache Ant-based
-build process. Here the user will make the `commons-weaver` `jar`,
+build process. Here the user will make the `commons-weaver-antlib` `jar`
+(which includes the Apache Commons Weaver processor and its dependencies),
along with the `jar` files of the desired modules, available to
the Ant build using one of the various mechanisms supported. More
information on this is available [here][antxt]. Having done this the