Changeset 1889 for FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml
- Timestamp:
- 2008-04-04 23:45:39 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml
r1885 r1889 46 46 <executions> 47 47 <execution> 48 <id>rewrite-tagreference-links</id> 48 49 <phase>site</phase> 49 50 <goals> … … 56 57 /> 57 58 58 < echo59 <!--<echo 59 60 message="Rewriting links in tag reference" 60 /> 61 />--> 61 62 <replaceregexp byline="true" flags="m" 62 63 file="target/site/tagreference.html" … … 73 74 </execution> 74 75 </executions> 75 < dependencies>76 <!--<dependencies> 76 77 <dependency> 77 78 <groupId>ant</groupId> … … 79 80 <version>1.6.5</version> 80 81 </dependency> 81 </dependencies> 82 </dependencies>--> 82 83 </plugin> 83 84 </plugins> … … 89 90 <groupId>net.sourceforge.maven-taglib</groupId> 90 91 <artifactId>maven-taglib-plugin</artifactId> 91 </plugin>92 <plugin>93 <artifactId>maven-javadoc-plugin</artifactId>94 92 </plugin> 95 93 <plugin> … … 136 134 137 135 <name>FCKeditor.Java Integration Pack</name> 136 <!-- FIXME we need some appropriate description here deriving from the parent --> 137 <description>Add pack description</description> 138 138 </project>