vmassol 2003/08/18 01:54:47 Modified: src/plugins-build/jboss/announcements Tag: MAVEN_RC1_STABLE 1.2.ann 1.0.ann Log: Binary --> ASCII Revision Changes Path No revision No revision 1.1.2.2 +34 -34 maven/src/plugins-build/jboss/announcements/Attic/1.2.ann Index: 1.2.ann =================================================================== RCS file: /home/cvs/maven/src/plugins-build/jboss/announcements/Attic/1.2.ann,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- 1.2.ann 18 Aug 2003 07:05:10 -0000 1.1.2.1 +++ 1.2.ann 18 Aug 2003 08:54:47 -0000 1.1.2.2 @@ -1,35 +1,35 @@ -The Maven team is pleased to announce the JBoss plugin 1.2 release! - -http://maven.apache.org/reference/plugins/jboss - -The Maven JBoss plugin is a plugin containing goals useful for creating -a JBoss server configuration and deploying J2EE modules in it. - -Changes in this version include (last changes first): - -o Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When - jboss:start is executed, it causes a NoClassDefFoundError. This was due - to the working directory not being an absolute filename. Thanks to - Willie Wu. -o Copy dependencies using artifact path to allow jar overrides to work -o The plugin now supports JBoss 3.2.x by default. Support for - JBoss 3.0.x is still available by setting the - maven.jboss.version=3.0 property. -o Added default start/stop script that are packaged into the - generated jboss zip. Custom scripts can also be provided by - overriding the <code>maven.jboss.script.dir</code> property. -o When generating the JBoss server configuration zip, exclude - JBoss tmp and log directories from the zip. -o Change strategy for bunding J2EE modules in the jboss server - configuration. This is now achieved through dependencies in - project.xml. for any J2EE module you want to incude add a - jboss.bundle property in the said dependency definition. - -Note that this plugin has been tested with Maven beta 10. Using it with -another version of Maven is at your own risks! :-) - -You can download the JBoss Maven plugin here: -http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.2.jar - -Have fun! +The Maven team is pleased to announce the JBoss plugin 1.2 release! + +http://maven.apache.org/reference/plugins/jboss + +The Maven JBoss plugin is a plugin containing goals useful for creating +a JBoss server configuration and deploying J2EE modules in it. + +Changes in this version include (last changes first): + +o Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When + jboss:start is executed, it causes a NoClassDefFoundError. This was due + to the working directory not being an absolute filename. Thanks to + Willie Wu. +o Copy dependencies using artifact path to allow jar overrides to work +o The plugin now supports JBoss 3.2.x by default. Support for + JBoss 3.0.x is still available by setting the + maven.jboss.version=3.0 property. +o Added default start/stop script that are packaged into the + generated jboss zip. Custom scripts can also be provided by + overriding the <code>maven.jboss.script.dir</code> property. +o When generating the JBoss server configuration zip, exclude + JBoss tmp and log directories from the zip. +o Change strategy for bunding J2EE modules in the jboss server + configuration. This is now achieved through dependencies in + project.xml. for any J2EE module you want to incude add a + jboss.bundle property in the said dependency definition. + +Note that this plugin has been tested with Maven beta 10. Using it with +another version of Maven is at your own risks! :-) + +You can download the JBoss Maven plugin here: +http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.2.jar + +Have fun! -Vincent 1.2.4.1 +20 -20 maven/src/plugins-build/jboss/announcements/1.0.ann Index: 1.0.ann =================================================================== RCS file: /home/cvs/maven/src/plugins-build/jboss/announcements/1.0.ann,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -u -r1.2 -r1.2.4.1 --- 1.0.ann 8 Apr 2003 22:28:21 -0000 1.2 +++ 1.0.ann 18 Aug 2003 08:54:47 -0000 1.2.4.1 @@ -1,21 +1,21 @@ -The Maven team is pleased to announce the JBoss plugin 1.0 release! - -http://maven.apache.org/reference/plugins/jboss - -The Maven JBoss plugin is a plugin containing goals useful for persons -wishing to deploy their applications on JBoss. - -Features in this version includes: - -o Ability to create a custom JBoss server configuration -o Ability to start JBoss using this custom JBoss server configuration -o Ability to stop JBoss - -Note that this plugin has been tested with Maven beta 9. Using it with -another version of Maven is at your own risks! :-) - -You can download the JBoss Maven plugin here: -http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar - -Have fun! +The Maven team is pleased to announce the JBoss plugin 1.0 release! + +http://maven.apache.org/reference/plugins/jboss + +The Maven JBoss plugin is a plugin containing goals useful for persons +wishing to deploy their applications on JBoss. + +Features in this version includes: + +o Ability to create a custom JBoss server configuration +o Ability to start JBoss using this custom JBoss server configuration +o Ability to stop JBoss + +Note that this plugin has been tested with Maven beta 9. Using it with +another version of Maven is at your own risks! :-) + +You can download the JBoss Maven plugin here: +http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar + +Have fun! -Vincent
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]