shuber 2004/09/22 12:18:24 CEST
Modified files:
. plugin.jelly project.xml
xdocs goals.xml
Log:
Add settings to generate and deploy site.
Revision Changes Path
1.4 +3 -3 maven-jahiawar-plugin/plugin.jelly
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/maven-jahiawar-plugin/plugin.jelly.diff?r1=1.3&r2=1.4&f=h
1.2 +2 -0 maven-jahiawar-plugin/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/maven-jahiawar-plugin/project.xml.diff?r1=1.1&r2=1.2&f=h
1.2 +3 -6 maven-jahiawar-plugin/xdocs/goals.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/maven-jahiawar-plugin/xdocs/goals.xml.diff?r1=1.1&r2=1.2&f=h
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/repository/maven-jahiawar-plugin/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.jelly 16 Sep 2004 14:46:50 -0000 1.3
+++ plugin.jelly 22 Sep 2004 10:18:23 -0000 1.4
@@ -124,7 +124,7 @@
</j:if>
</preGoal>
- <goal name="jahia:war">
+ <goal name="jahia:war" description="Builds a WAR using Jahia's specific
packaging">
<attainGoal name="war:war" />
</goal>
@@ -132,7 +132,7 @@
<!-- Deploy to Catalina and Expand -->
<!-- ================================================================ -->
- <goal name="jahia:hotdeploy-tomcat">
+ <goal name="jahia:hotdeploy-tomcat" description="Deploy only changes into Tomcat">
<attainGoal name="war:webapp"/>
<echo message="Hot deploying ${pom.id}, ${pom.name}"/>
<copy
todir="${maven.jahiawar.deploy.war.dir}/${maven.jahiawar.deploy.context.name}">
@@ -140,7 +140,7 @@
</copy>
</goal>
- <goal name="jahia:deploy-tomcat">
+ <goal name="jahia:deploy-tomcat" description="Full deployment, erasing old
directory first">
<attainGoal name="war:war"/>
<echo message="Deploying ${pom.id}, ${pom.name}"/>
<delete
dir="${maven.jahiawar.deploy.war.dir}/${maven.jahiawar.deploy.context.name}"/>
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/maven-jahiawar-plugin/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Sep 2004 13:07:40 -0000 1.1
+++ project.xml 22 Sep 2004 10:18:23 -0000 1.2
@@ -10,6 +10,8 @@
Plugin for assisting with packaging of web applications the way it's usually
done in Jahia.
</description>
<shortDescription>Jahia Packaging Plugin</shortDescription>
+ <url>http://projects.jahia.org/${pom.artifactId}</url>
+ <siteDirectory>${pom.artifactId}</siteDirectory>
<dependencies>
<!-- Dependencies required for JSP precompilation -->
Index: goals.xml
===================================================================
RCS file: /home/cvs/repository/maven-jahiawar-plugin/xdocs/goals.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goals.xml 22 Sep 2004 09:04:55 -0000 1.1
+++ goals.xml 22 Sep 2004 10:18:24 -0000 1.2
@@ -8,13 +8,11 @@
<goals>
<goal>
<name>jahia:deploy-tomcat</name>
- <description>
- </description>
+ <description>Full deployment, erasing old directory first</description>
</goal>
<goal>
<name>jahia:hotdeploy-tomcat</name>
- <description>
- </description>
+ <description>Deploy only changes into Tomcat</description>
</goal>
<goal>
<name>jahia:precompile-jsp</name>
@@ -22,8 +20,7 @@
</goal>
<goal>
<name>jahia:war</name>
- <description>
- </description>
+ <description>Builds a WAR using Jahia's specific packaging</description>
</goal>
</goals>
</body>