rleland 2003/08/07 23:16:21
Modified: . project.xml
Log:
Ok :
MAVEN site:generate works !
The link test for doc validation failed,
ie I believe it detected an illegal url
in the javadocs.
Still need to tie in docs under /doc.
MAVEN jar
failed on first cactus test
so need to look into that one.
If you want to be blown away do a
MAVEN -g
Revision Changes Path
1.3 +18 -0 jakarta-struts/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 8 Aug 2003 03:51:53 -0000 1.2
+++ project.xml 8 Aug 2003 06:16:21 -0000 1.3
@@ -9,6 +9,8 @@
<url>http://jakarta.apache.org/</url>
</organization>
<inceptionYear>2000</inceptionYear>
+ <logo href="/doc//images/struts.jpg">Commons</logo>
+
<package>org.apache.struts</package>
<shortDescription>MVC Web Application Framework</shortDescription>
@@ -237,10 +239,26 @@
</dependency>
<dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.2</version>
+ </dependency>
+
+ <dependency>
<id>junit</id>
<version>3.8.1</version>
</dependency>
+ <dependency>
+ <groupId>cactus</groupId>
+ <artifactId>cactus</artifactId>
+ <version>12-1.4.1</version>
+ </dependency>
+ <dependency>
+ <groupId>cactus</groupId>
+ <artifactId>cactus-ant</artifactId>
+ <version>1.4.1</version>
+ </dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org
|