dion        2003/08/18 22:14:43

  Modified:    src/plugins-build/pmd/announcements 1.0.ann
               src/plugins-build/jboss/announcements 1.2.ann
               src/plugins-build/was40/announcements 1.0.ann
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.3       +25 -25    maven/src/plugins-build/pmd/announcements/1.0.ann
  
  Index: 1.0.ann
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/announcements/1.0.ann,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1.0.ann   8 Apr 2003 22:42:15 -0000       1.2
  +++ 1.0.ann   19 Aug 2003 05:14:42 -0000      1.3
  @@ -1,26 +1,26 @@
  -The Maven team is pleased to announce the PMD plugin 1.0 release!
  -
  -http://maven.apache.org/reference/plugins/pmd
  -
  -The Maven PMD plugin is a plugin that wraps the PMD framework
  -(http://pmd.sourceforge.net). PMD is a source checking framework that
  -works by scanning Java source code and looks for potential problems 
  -like: unused local variables, empty catch blocks, unused parameters, 
  -empty 'if' statements, etc.
  -
  -Changes in this version:
  -
  -o Moved the PMD plugin from the 
  -  <link href="http://sourceforge.net/projects/maven-plugins";>Maven-Plugins 
  -  SF project</link> to the Maven project.
  -o Made the plugin work with PMD 1.04
  -o Made the plugin work with Maven b9.
  -
  -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 PMD Maven plugin here:
  -http://www.ibiblio.org/maven/maven/jars/maven-pmd-plugin-1.0.jar
  -
  -Have fun!
  +The Maven team is pleased to announce the PMD plugin 1.0 release!
  +
  +http://maven.apache.org/reference/plugins/pmd
  +
  +The Maven PMD plugin is a plugin that wraps the PMD framework
  +(http://pmd.sourceforge.net). PMD is a source checking framework that
  +works by scanning Java source code and looks for potential problems 
  +like: unused local variables, empty catch blocks, unused parameters, 
  +empty 'if' statements, etc.
  +
  +Changes in this version:
  +
  +o Moved the PMD plugin from the 
  +  <link href="http://sourceforge.net/projects/maven-plugins";>Maven-Plugins 
  +  SF project</link> to the Maven project.
  +o Made the plugin work with PMD 1.04
  +o Made the plugin work with Maven b9.
  +
  +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 PMD Maven plugin here:
  +http://www.ibiblio.org/maven/maven/jars/maven-pmd-plugin-1.0.jar
  +
  +Have fun!
   -Vincent
  
  
  
  1.3       +34 -34    maven/src/plugins-build/jboss/announcements/1.2.ann
  
  Index: 1.2.ann
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/announcements/1.2.ann,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 1.2.ann   19 Aug 2003 04:45:07 -0000      1.2
  +++ 1.2.ann   19 Aug 2003 05:14:42 -0000      1.3
  @@ -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       +24 -24    maven/src/plugins-build/was40/announcements/1.0.ann
  
  Index: 1.0.ann
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/was40/announcements/1.0.ann,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 1.0.ann   24 Apr 2003 14:09:08 -0000      1.1
  +++ 1.0.ann   19 Aug 2003 05:14:42 -0000      1.2
  @@ -1,25 +1,25 @@
  -The Maven team is pleased to announce the WebSphere AppServer plugin 1.0 release!
  -
  -http://maven.apache.org/reference/plugins/was40/
  -
  -The Maven WebSphere AppServer plugin is a plugin containing goals useful for persons
  -wishing to deploy their applications on IBM's WebSphere Application Server v4.0.
  -
  -Features in this version includes:
  -
  -o Ability to start and stop WebSphere nodes
  -o Ability to deploy and undeploy ear files
  -o Ability to start and stop deployed Enterprise Applications
  -o Ability to stop and stop WebSphere Application Servers on a node
  -o Ability to list accessible nodes
  -o Ability to start and stop server groups
  -o Ability to deploy applications to server groups
  -
  -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 WebSphere Application Server Maven plugin here:
  -http://www.ibiblio.org/maven/maven/jars/maven-was40-plugin-1.0.jar
  -
  -Have fun!
  +The Maven team is pleased to announce the WebSphere AppServer plugin 1.0 release!
  +
  +http://maven.apache.org/reference/plugins/was40/
  +
  +The Maven WebSphere AppServer plugin is a plugin containing goals useful for persons
  +wishing to deploy their applications on IBM's WebSphere Application Server v4.0.
  +
  +Features in this version includes:
  +
  +o Ability to start and stop WebSphere nodes
  +o Ability to deploy and undeploy ear files
  +o Ability to start and stop deployed Enterprise Applications
  +o Ability to stop and stop WebSphere Application Servers on a node
  +o Ability to list accessible nodes
  +o Ability to start and stop server groups
  +o Ability to deploy applications to server groups
  +
  +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 WebSphere Application Server Maven plugin here:
  +http://www.ibiblio.org/maven/maven/jars/maven-was40-plugin-1.0.jar
  +
  +Have fun!
   -dIon
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to