| Version | Date | Description | 
|---|---|---|
| 1.6-SNAPSHOT | in CVS | |
| 1.5 | 2004-05-15 | |
| 1.4 | 2004-03-10 | |
| 1.3 | 2003-09-18 | |
| 1.2 | 2003-08-18 | |
| 1.1 | 2003-06-17 | |
| 1.0 | 2003-04-08 | 
| Type | Changes | By | 
|---|---|---|
|  | Removed dependency on non-public goal 
        
     war:init
   
      and migrated the
        
     jboss:deploy-warfile
   
      and
        
     jboss:undeploy-warfile
   
      goals to use the new
        
     maven:get
   
      tag to retrieve properties
   
     
        from the WAR plugin. | vmassol | 
|  | Added new debug scripts that add the 
        
     -Xdebug
   
      and other debugging 
   
     
        options to enable remote debugging of a JBoss server.
   
     
      
   
            
            
            
            
            
            
              
                Fixes MPJBOSS-14.
              
            
            
            
              
                
                  
                  
                    Thanks to Marc-Antoine Guarrigue. | vmassol | 
| Type | Changes | By | 
|---|---|---|
|  | Removed trailing white space in default values for the 
        
     maven.jboss.jmx.url.deploy.3.2
   
      and
        
     maven.jboss.jmx.url.undeploy.3.2
   
      properties.
   
     
      
   
            
            
            
            
            
            
              
                Fixes MPJBOSS-9.
              
            
            
            
              
                
                  
                  
                    Thanks to Rob Dupuis. | vmassol | 
| Type | Changes | By | 
|---|---|---|
|  | Added feature to add custom lib jars to the JBoss configuration created when using the 
        
     jboss:configure
   
      goal.
   
     
      
   
            
            
            
            
            
            
              
                Fixes MPJBOSS-6. | vmassol | 
|  | Fixed deploy/undeploy URLs for JBoss 3.2. Fixes MPJBOSS-3. Thanks to Archimedes Trajano. | vmassol | 
|  | Fix 
        
     jboss:shutdown
   
      and
        
     jboss:start
   
      hanging on pause.
   
     
      
   
            
            
            
            
            
            
              
                Fixes MPJBOSS-2.
              
            
            
            
              
                
                  
                    Thanks to Sean Timm. | vmassol | 
| Type | Changes | By | 
|---|---|---|
|  | Make the JBoss plugin work on unix (JBoss scripts have a sh extension which we were missing). Fixes MPJBOSS-1. Thanks to Willie Vu. | vmassol | 
|  | Fixes MPJBOSS-4. | dion | 
| Type | Changes | By | 
|---|---|---|
|  | 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.
   
     
      
   
            
            
            
            
            
            
              
                Fixes MPJBOSS-5.
              
            
            
            
              
                
                  
                    Thanks to Willie Vu. | vmassol | 
|  | Copy dependencies using artifact path to allow jar overrides to work | dion | 
|  | 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. | vmassol | 
|  | Added default start/stop script that are packaged into the generated jboss zip. Custom scripts can also be provided by overriding the 
        
     maven.jboss.script.dir
   
      property. | vmassol | 
|  | When generating the JBoss server configuration zip, exclude JBoss tmp and log directories from the zip. | vmassol | 
|  | 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.bu
   
     ndle
   
      property in the said dependency definition. | vmassol | 
| Type | Changes | By | 
|---|---|---|
|  | Application-specific JBoss configuration files now correctly overwrite the default JBoss configuration files. Thanks to Willie Vu. | vmassol | 
|  | 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). | vmassol | 
|  | Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks to James Johnson. | vmassol | 
|  | 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
   
      .
   
     
      
   
            
            
            
            
            
            
              
            
            
            
              
                
                  
                    Thanks to James Ward. | vmassol | 
|  | JBoss failed to start on unix. This has been fixed. Thanks to James Ward. | vmassol |