Add convention and javatemplates plugins to plugins modules, and assembly descriptor

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@728745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-12-22 19:15:11 +00:00
parent 2bb92b0afc
commit 3f39accc97
4 changed files with 20 additions and 3 deletions
+12
View File
@@ -166,6 +166,18 @@
<artifactId>struts2-codebehind-plugin</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-convention-plugin</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-javatemplates-plugin</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
+4
View File
@@ -127,6 +127,10 @@
<directory>../plugins/codebehind/target/site</directory>
<outputDirectory>docs/struts2-plugins/struts2-codebehind-plugin</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/codebehind/target/site</directory>
<outputDirectory>docs/struts2-plugins/struts2-javatemplates-plugin</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/convention/target/site</directory>
<outputDirectory>docs/struts2-plugins/struts2-convention-plugin</outputDirectory>
+3 -3
View File
@@ -13,9 +13,9 @@
<name>Struts 2 Java Templates Plugin</name>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/struts2-javatemplates-plugin/</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/javatemplates/</url>
</scm>
<dependencies>
+1
View File
@@ -43,6 +43,7 @@
<module>codebehind</module>
<module>convention</module>
<module>config-browser</module>
<module>javatemplates</module>
<module>jasperreports</module>
<module>jfreechart</module>
<module>jsf</module>