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
This commit is contained in:
18
jboss/announcements/1.0.ann
Normal file
18
jboss/announcements/1.0.ann
Normal file
@@ -0,0 +1,18 @@
|
||||
The Maven team is pleased to announce the JBoss plugin 1.0 release!
|
||||
|
||||
http://maven.apache.org/reference/plugins/jboss
|
||||
|
||||
The Maven JBoss plugin is a plugin containing goals useful for persons
|
||||
wishing to deploy their applications on JBoss.
|
||||
|
||||
Features in this version includes:
|
||||
|
||||
o Ability to create a custom JBoss server configuration
|
||||
o Ability to start JBoss using this custom JBoss server configuration
|
||||
o Ability to stop JBoss
|
||||
|
||||
You can download the JBoss Maven plugin here:
|
||||
http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar
|
||||
|
||||
Have fun!
|
||||
-Vincent
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jboss-plugin</id>
|
||||
<name>Maven JBoss Plug-in</name>
|
||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<description>Plugin for JBoss.</description>
|
||||
<shortDescription>JBoss plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jboss/</url>
|
||||
@@ -21,7 +21,7 @@
|
||||
<version>
|
||||
<id>1.0</id>
|
||||
<name>1.0</name>
|
||||
<tag>HEAD</tag>
|
||||
<tag>MAVEN_JBOSS_1_0</tag>
|
||||
</version>
|
||||
</versions>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.0" date="in CVS">
|
||||
<release version="1.0" date="2003-04-08">
|
||||
<action dev="vmassol" type="add">
|
||||
Plugin creation.
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user