Show
Ignore:
Timestamp:
2008-04-04 23:45:39 (8 months ago)
Author:
mosipov
Message:

- Compelete Site overhaul
- suppressed useless javadoc output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml

    r1885 r1889  
    4646                                <executions> 
    4747                                        <execution> 
     48                                                <id>rewrite-tagreference-links</id> 
    4849                                                <phase>site</phase> 
    4950                                                <goals> 
     
    5657                                                                /> 
    5758 
    58                                                                 <echo 
     59                                                                <!--<echo 
    5960                                                                        message="Rewriting links in tag reference" 
    60                                                                 /> 
     61                                                                />--> 
    6162                                                                <replaceregexp byline="true" flags="m" 
    6263                                                                        file="target/site/tagreference.html" 
     
    7374                                        </execution> 
    7475                                </executions> 
    75                                 <dependencies> 
     76                                <!--<dependencies> 
    7677                                        <dependency> 
    7778                                                <groupId>ant</groupId> 
     
    7980                                                <version>1.6.5</version> 
    8081                                        </dependency> 
    81                                 </dependencies> 
     82                                </dependencies>--> 
    8283                        </plugin> 
    8384                </plugins> 
     
    8990                                <groupId>net.sourceforge.maven-taglib</groupId> 
    9091                                <artifactId>maven-taglib-plugin</artifactId> 
    91                         </plugin> 
    92                         <plugin> 
    93                                 <artifactId>maven-javadoc-plugin</artifactId> 
    9492                        </plugin> 
    9593                        <plugin> 
     
    136134         
    137135        <name>FCKeditor.Java Integration Pack</name> 
     136        <!-- FIXME we need some appropriate description here deriving from the parent --> 
     137        <description>Add pack description</description> 
    138138</project>