vmassol     2003/06/17 05:04:29

  Modified:    src/plugins-build/jboss project.xml
               src/plugins-build/jboss/xdocs changes.xml navigation.xml
  Added:       src/plugins-build/jboss/xdocs index.xml
               src/plugins-build/jboss/announcements 1.1.ann
  Log:
  Preparing for version 1.1 release
  
  Revision  Changes    Path
  1.6       +2 -2      maven/src/plugins-build/jboss/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       13 Apr 2003 11:07:19 -0000      1.5
  +++ project.xml       17 Jun 2003 12:04:29 -0000      1.6
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jboss-plugin</id>
     <name>Maven JBoss Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description>Plugin for JBoss.</description>
     <shortDescription>JBoss plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jboss/</url>
  @@ -26,7 +26,7 @@
       <version>
         <id>1.1</id>
         <name>1.1</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_JBOSS_1_1</tag>
       </version>
     </versions>
   
  
  
  
  1.7       +1 -1      maven/src/plugins-build/jboss/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       24 Apr 2003 10:03:15 -0000      1.6
  +++ changes.xml       17 Jun 2003 12:04:29 -0000      1.7
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2003-06-17">
         <action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="[EMAIL 
PROTECTED]">
           Application-specific JBoss configuration files now correctly overwrite
           the default JBoss configuration files.
  
  
  
  1.2       +4 -0      maven/src/plugins-build/jboss/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    8 Apr 2003 14:39:52 -0000       1.1
  +++ navigation.xml    17 Jun 2003 12:04:29 -0000      1.2
  @@ -12,5 +12,9 @@
         <item name="Goals" href="/goals.html"/>
         <item name="Properties" href="/properties.html"/>
       </menu>
  +    <menu name="Downloads">
  +      <item name="JBoss Plugin 1.1" 
href="http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.1.jar"/>
  +      <item name="JBoss Plugin 1.0" 
href="http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  
  1.1                  maven/src/plugins-build/jboss/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven JBoss Plug-in</title>
      <author email="[EMAIL PROTECTED]">Vincent Massol</author>
    </properties>
  
    <body>
      <section name="Maven JBoss Plug-in">
        <p>
          This is a plugin for creating a pckaged JBoss server 
          configuration zip. It supports static and dynamic 
          deployment of J2EE modules. The dynamic deployment is
          implemented using JMX.
        </p>
      </section>
      <section name="News">
        <table>
          <tr>
            <th>Date</th>
            <th>Description</th>
          </tr>
          <tr>
            <td>17 Jun 2003</td>
            <td>
              Release of version 1.1. Read the
              <a 
href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.1.ann?rev=1.0&amp;content-type=text/vnd.viewcvs-markup";>announcement</a>.
            </td>
          </tr>
          <tr>
            <td>08 Apr 2003</td>
            <td>
              Release of version 1.0. Read the
              <a 
href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.0.ann?rev=1.2&amp;content-type=text/vnd.viewcvs-markup";>announcement</a>.
            </td>
          </tr>
        </table>
      </section>
  
   </body>
  </document>
  
  
  
  1.1                  maven/src/plugins-build/jboss/announcements/1.1.ann
  
  Index: 1.1.ann
  ===================================================================
  The Maven team is pleased to announce the JBoss plugin 1.1 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:
  
  o Application-specific JBoss configuration files now correctly overwrite
    the default JBoss configuration files.
  vo Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously 
    supported) by adding the "jboss:package-ear", "jboss:package-ejb" and 
    "jboss:package-war" goals. The "jboss:package" goal has been renamed
    "jboss:configure" and now simply creates a custom JBoss server configuration 
    (with nothing from the project deployed in it).        
  o Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.
  o Added new maven.jboss.hostname plugin property. It defaults to "localhost"
    and gives the host name of the server to stop when calling
    "maven jboss:stop".
  o JBoss failed to start on unix. This has been fixed.
  
  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.1.jar
  
  Have fun!
  -Vincent
  
  

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

Reply via email to