26 Commits

Author SHA1 Message Date
vmassol
7643ff11b7 Added dIon's fix back in version 1.3 for MPJBOSS-4.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114449 13f79535-47bb-0310-9956-ffa450edef68
2003-12-05 14:56:02 +00:00
vmassol
593982bbcd Added feature to add custom lib jars to the JBoss configuration created when using the <code>jboss:configure</code> goal.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114448 13f79535-47bb-0310-9956-ffa450edef68
2003-12-05 14:48:21 +00:00
vmassol
b51cf2bdc4 Fixed deploy/undeploy URLs for JBoss 3.2. Applied patch from Archimedes. Not tested. We really ought to create some tests for this plugin...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114419 13f79535-47bb-0310-9956-ffa450edef68
2003-11-27 17:05:21 +00:00
vmassol
1cd9808b41 Applied MPJBOSS-2 patch: Fixes jboss:shutdown and jboss:start hanging on pause. Thanks to Sean Timm.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114402 13f79535-47bb-0310-9956-ffa450edef68
2003-11-25 10:12:22 +00:00
vmassol
bdefb9d1a9 Use due-to/due-to-email attributes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114366 13f79535-47bb-0310-9956-ffa450edef68
2003-11-16 18:47:16 +00:00
vmassol
f0f9de71f0 Prepare for 1.4 version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114364 13f79535-47bb-0310-9956-ffa450edef68
2003-11-16 18:02:05 +00:00
vmassol
07f17ecab0 Created JIRA project for JBoss plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114363 13f79535-47bb-0310-9956-ffa450edef68
2003-11-16 18:01:19 +00:00
vmassol
605d9afa0a Prepare for 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114034 13f79535-47bb-0310-9956-ffa450edef68
2003-09-18 20:30:51 +00:00
vmassol
a21bf122dd Moved downloads to new plugin location
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113919 13f79535-47bb-0310-9956-ffa450edef68
2003-08-31 15:49:40 +00:00
dion
b623fe0dda Switch stable branch back to HEAD
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113855 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 04:45:08 +00:00
evenisse
e45ea529a7 Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113647 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 09:29:38 +00:00
vmassol
6c1a86f982 Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
<code>jboss:start</code> is executed, it causes a 
        <code>NoClassDefFoundError</code>. This was due to the
        working directory not being an absolute filename. Thanks to 
        Willie Wu.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113630 13f79535-47bb-0310-9956-ffa450edef68
2003-07-09 10:14:01 +00:00
dion
e22585b186 use artifacts for path, not dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113596 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 06:35:25 +00:00
vmassol
3048cd06ee - Fix exclude of tmp files in generated zip
- Default jboss server configation is now named ${pom.artifactId}


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113530 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 14:02:28 +00:00
vmassol
526cd935db <action dev="vmassol" type="add">
The plugin now supports JBoss 3.2.x by default. Support for
        JBoss 3.0.x is still available by setting the
        <code>maven.jboss.version=3.0</code> property.
      </action>
      <action dev="vmassol" type="add">
        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.
      </action>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113527 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 10:55:22 +00:00
vmassol
8321c780b1 <action dev="vmassol" type="fix">
When generating the JBoss server configuration zip, exclude
        JBoss tmp and log directories from the zip.
      </action>
      <action dev="vmassol" type="update">
        Change strategy for bunding J2EE modules in the jboss server
        configuration. This is now achieved through dependencies in
        <code>project.xml</code>. for any J2EE module you want to incude
        add a <code>jboss.bundle</code> property in the said dependency
        definition.
      </action>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113522 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 14:06:20 +00:00
vmassol
344c575771 Starting release 1.2... Will be finished before Thursday...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113503 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 12:38:52 +00:00
vmassol
acc9a74155 Fixed url
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113501 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 12:05:41 +00:00
vmassol
55d4f68613 Preparing for version 1.1 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113500 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 12:04:29 +00:00
vmassol
fb39b409c8 Force overwriting for non-default JBoss configuration files copying.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113378 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 10:03:15 +00:00
vmassol
f2b9f287d2 Added missing goal description.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113377 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 06:47:28 +00:00
vmassol
790be5a0a2 <action dev="vmassol" type="update">
Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously 
        supported) by adding the <code>jboss:package-ear</code>, 
        <code>jboss:package-ejb</code> and <code>jboss:package-war</code>
        goals. The <code>jboss:package</code> goal has been renamed
        <code>jboss:configure</code> and now simply creates a 
        custom JBoss server configuration (with nothing from the project 
        deployed in it).        
      </action>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113347 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 17:12:41 +00:00
vmassol
6da0e91f22 Applied James CE Johnson's patch to add deploy/undeploy targets for jar/war/ear using JBoss' jmx console. Thanks James!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113337 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 10:24:12 +00:00
vmassol
ec75c1dd75 - Added new <code>maven.jboss.hostname</code> plugin property. It defaults to <code>localhost</code> and gives the host name of the server to stop when calling <code>maven jboss:stop</code>.
- JBoss failed to start on unix. This has been fixed.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113308 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 11:54:56 +00:00
vmassol
eaa25d41c9 Preparing for 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113294 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:16:04 +00:00
vmassol
1ee0e1a7b3 First implementation of a JBoss plugin. The primary feature is to create a custom JBoss server configuration and to start/stop Jboss using that configuration. Check the goals and properties xdocs for details.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113286 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 14:39:53 +00:00