[Arakhnę-Dev] [198] * Add $Author$ special tag in javadoc. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 198
Author: galland
Date: 2011-01-04 18:53:13 +0100 (Tue, 04 Jan 2011)
Log Message:
-----------
* Add $Author$ special tag in javadoc.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-01-04 17:53:05 UTC (rev 197)
+++ trunk/pom.xml 2011-01-04 17:53:13 UTC (rev 198)
@@ -161,19 +161,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>0.1</version>
- <executions>
- <execution>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>