diff --git a/jboss/announcements/1.1.ann b/jboss/announcements/1.1.ann new file mode 100644 index 00000000..03b5003d --- /dev/null +++ b/jboss/announcements/1.1.ann @@ -0,0 +1,30 @@ +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 \ No newline at end of file diff --git a/jboss/project.xml b/jboss/project.xml index b6a9f5dc..93bb54e6 100644 --- a/jboss/project.xml +++ b/jboss/project.xml @@ -5,7 +5,7 @@ 3 maven-jboss-plugin Maven JBoss Plug-in - 1.1-SNAPSHOT + 1.1 Plugin for JBoss. JBoss plugin http://maven.apache.org/reference/plugins/jboss/ @@ -26,7 +26,7 @@ 1.1 1.1 - HEAD + MAVEN_JBOSS_1_1 diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml index 83aab889..bcf4c532 100644 --- a/jboss/xdocs/changes.xml +++ b/jboss/xdocs/changes.xml @@ -7,7 +7,7 @@ - + Application-specific JBoss configuration files now correctly overwrite the default JBoss configuration files. diff --git a/jboss/xdocs/index.xml b/jboss/xdocs/index.xml new file mode 100644 index 00000000..141ee90c --- /dev/null +++ b/jboss/xdocs/index.xml @@ -0,0 +1,42 @@ + + + + + Maven JBoss Plug-in + Vincent Massol + + + +
+

+ 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. +

+
+
+ + + + + + + + + + + + + +
DateDescription
17 Jun 2003 + Release of version 1.1. Read the + announcement. +
08 Apr 2003 + Release of version 1.0. Read the + announcement. +
+
+ + +
diff --git a/jboss/xdocs/navigation.xml b/jboss/xdocs/navigation.xml index e35b8a5f..5b7b162b 100644 --- a/jboss/xdocs/navigation.xml +++ b/jboss/xdocs/navigation.xml @@ -12,5 +12,9 @@ + + + +