[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-10 12:16:09 +00:00
parent e9a111ed10
commit 3dcac905b1
6 changed files with 91 additions and 158 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/ */
--> -->
<project> <project>
<extend>../project.xml</extend> <extend>../project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jboss-plugin</id> <id>maven-jboss-plugin</id>
<name>Maven JBoss Plug-in</name> <name>Maven JBoss Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<description>Plugin for JBoss.</description> <description>Plugin for JBoss.</description>
<shortDescription>JBoss plugin</shortDescription> <shortDescription>JBoss plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/jboss/</url> <url>http://maven.apache.org/reference/plugins/jboss/</url>
@ -60,6 +60,11 @@
<name>1.4</name> <name>1.4</name>
<tag>HEAD</tag> <tag>HEAD</tag>
</version> </version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_JBOSS_1_4</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -22,97 +23,58 @@
<title>Changes</title> <title>Changes</title>
<author email="vmassol@pivolis.com">Vincent Massol</author> <author email="vmassol@pivolis.com">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.4" date="2004-03-10">
<release version="1.4" date="in CVS"> <action dev="vmassol" type="add" issue="MPJBOSS-6">Added feature to add custom lib jars to the JBoss configuration created when using the
<action dev="vmassol" type="add" issue="MPJBOSS-6"> <code>jboss:configure</code>goal.
Added feature to add custom lib jars to the JBoss configuration
created when using the <code>jboss:configure</code> goal.
</action> </action>
<action dev="vmassol" type="fix" issue="MPJBOSS-3" due-to="Archimedes Trajano"> <action dev="vmassol" type="fix" issue="MPJBOSS-3" due-to="Archimedes Trajano">Fixed deploy/undeploy URLs for JBoss 3.2.</action>
Fixed deploy/undeploy URLs for JBoss 3.2. <action dev="vmassol" type="fix" issue="MPJBOSS-2" due-to="Sean Timm" due-to-email="stimm@proclarity.com">Fix
</action> <code>jboss:shutdown</code>and
<action dev="vmassol" type="fix" issue="MPJBOSS-2" due-to="Sean Timm" due-to-email="stimm@proclarity.com"> <code>jboss:start</code>hanging on pause.
Fix <code>jboss:shutdown</code> and <code>jboss:start</code> hanging on
pause.
</action> </action>
</release> </release>
<release version="1.3" date="2003-09-18"> <release version="1.3" date="2003-09-18">
<action dev="vmassol" type="fix" issue="MPJBOSS-1" due-to="Willie Vu" due-to-email="ctwillie@ust.hk"> <action dev="vmassol" type="fix" issue="MPJBOSS-1" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">Make the JBoss plugin work on unix (JBoss scripts have a sh extension which we were missing).</action>
Make the JBoss plugin work on unix (JBoss scripts have a sh extension
which we were missing).
</action>
<action dev="dion" type="fix" issue="MPJBOSS-4"/> <action dev="dion" type="fix" issue="MPJBOSS-4"/>
</release> </release>
<release version="1.2" date="2003-08-18"> <release version="1.2" date="2003-08-18">
<action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk"> <action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">Fixed bug when using JBoss 3.0.4/Tomcat 4.1.12 is used. When
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>jboss:start</code> is executed, it causes a <code>NoClassDefFoundError</code>. This was due to the working directory not being an absolute filename.
<code>NoClassDefFoundError</code>. This was due to the
working directory not being an absolute filename.
</action> </action>
<action dev="dion" type="fix"> <action dev="dion" type="fix">Copy dependencies using artifact path to allow jar overrides to work</action>
Copy dependencies using artifact path to allow jar overrides to work <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>
<action dev="vmassol" type="add"> <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
The plugin now supports JBoss 3.2.x by default. Support for <code>maven.jboss.script.dir</code>property.
JBoss 3.0.x is still available by setting the
<code>maven.jboss.version=3.0</code> property.
</action> </action>
<action dev="vmassol" type="add"> <action dev="vmassol" type="fix">When generating the JBoss server configuration zip, exclude JBoss tmp and log directories from the zip.</action>
Added default start/stop script that are packaged into the <action dev="vmassol" type="update">Change strategy for bunding J2EE modules in the jboss server configuration. This is now achieved through dependencies in
generated jboss zip. Custom scripts can also be provided by <code>project.xml</code>. for any J2EE module you want to incude add a
overriding the <code>maven.jboss.script.dir</code> property. <code>jboss.bundle</code>property in the said dependency definition.
</action>
<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> </action>
</release> </release>
<release version="1.1" date="2003-06-17"> <release version="1.1" date="2003-06-17">
<action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk"> <action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">Application-specific JBoss configuration files now correctly overwrite the default JBoss configuration files.</action>
Application-specific JBoss configuration files now correctly overwrite <action dev="vmassol" type="update">Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously supported) by adding the
the default JBoss configuration files. <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> </action>
<action dev="vmassol" type="update"> <action dev="vmassol" type="add" due-to="James Johnson" due-to-email="jcej@tragus.org">Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.</action>
Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously <action dev="vmassol" type="add" due-to="James Ward" due-to-email="james@ectropic.com">Added new
supported) by adding the <code>jboss:package-ear</code>, <code>maven.jboss.hostname</code>plugin property. It defaults to
<code>jboss:package-ejb</code> and <code>jboss:package-war</code> <code>localhost</code>and gives the host name of the server to stop when calling
goals. The <code>jboss:package</code> goal has been renamed <code>maven jboss:stop</code>.
<code>jboss:configure</code> and now simply creates a
custom JBoss server configuration (with nothing from the project
deployed in it).
</action>
<action dev="vmassol" type="add" due-to="James Johnson" due-to-email="jcej@tragus.org">
Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.
</action>
<action dev="vmassol" type="add" due-to="James Ward" due-to-email="james@ectropic.com">
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>.
</action>
<action dev="vmassol" type="fix" due-to="James Ward" due-to-email="james@ectropic.com">
JBoss failed to start on unix. This has been fixed.
</action> </action>
<action dev="vmassol" type="fix" due-to="James Ward" due-to-email="james@ectropic.com">JBoss failed to start on unix. This has been fixed.</action>
</release> </release>
<release version="1.0" date="2003-04-08"> <release version="1.0" date="2003-04-08">
<action dev="vmassol" type="add"> <action dev="vmassol" type="add">Plugin creation.</action>
Plugin creation.
</action>
</release> </release>
</body> </body>
</document> </document>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/ */
--> -->
<project> <project>
<extend>../project.xml</extend> <extend>../project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jbuilder-plugin</id> <id>maven-jbuilder-plugin</id>
<name>Maven JBuilder Plug-in</name> <name>Maven JBuilder Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<description/> <description/>
<shortDescription>JBuilder Plugin for Maven</shortDescription> <shortDescription>JBuilder Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/jbuilder/</url> <url>http://maven.apache.org/reference/plugins/jbuilder/</url>
@ -58,4 +58,11 @@
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url> <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency> </dependency>
</dependencies> </dependencies>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_JBUILDER_1_4</tag>
</version>
</versions>
</project> </project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -22,77 +23,38 @@
<title>Changes</title> <title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.4" date="in CVS"> <release version="1.4" date="2004-03-10">
<action dev="evenisse" type="fix" issue="MPJBUILDER-8"> <action dev="evenisse" type="fix" issue="MPJBUILDER-8">Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project.</action>
Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project. <action dev="dion" type="fix">Apply MAVEN-987</action>
</action> <action dev="evenisse" type="add" issue="MPJBUILDER-7">Add support to JBuilderX.</action>
<action dev="dion" type="fix">
Apply MAVEN-987
</action>
<action dev="evenisse" type="add" issue="MPJBUILDER-7">
Add support to JBuilderX.
</action>
</release> </release>
<release version="1.3" date="2003-09-29"> <release version="1.3" date="2003-09-29">
<action dev="evenisse" type="fix" due-to="David Zeleznik"> <action dev="evenisse" type="fix" due-to="David Zeleznik">Fix MAVEN-781.</action>
Fix MAVEN-781. <action dev="evenisse" type="add">Fix MAVEN-668.</action>
</action> <action dev="evenisse" type="add" due-to="David Zeleznik">The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated.</action>
<action dev="evenisse" type="add"> <action dev="evenisse" type="add" due-to="David Zeleznik">When you generate a JBuilder project file, the plugin iterates through its dependencies. For each dependency, a library definition file is generated for the dependency jar in the local repo. This dependent library file is generated if, and only if, the library file does not already exist or the library file was previously generated the same way (as a dependency on a jar in the local repo).</action>
Fix MAVEN-668. <action dev="evenisse" type="add" due-to="David Zeleznik">The previous point means that when you generate a jbuilder library definition file directly from a Maven project (using the jbuilder:generate-library goal) you will replace any previous definition of the library that was generated as a jar-only dependency with a library definition that references both the source and class files.</action>
</action> <action dev="evenisse" type="add" due-to="David Zeleznik">For library definitions that remain jar-only references to the local repo, you can specify a path to the corresponding source code via properties.</action>
<action dev="evenisse" type="add" due-to="David Zeleznik"> <action dev="evenisse" type="add" due-to="David Zeleznik">Support has been added for generating JBuilder application and applet runtime configurations from properties.</action>
The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated. <action dev="evenisse" type="add" due-to="David Zeleznik">Any resources are added to the JBuilder project source path.</action>
</action> <action dev="evenisse" type="add" due-to="David Zeleznik">Using an optional property, you can specify a list of explicit files that will be included in the JBuilder project if they exist. The default list are project.xml, project.properties, and maven.xml.</action>
<action dev="evenisse" type="add" due-to="David Zeleznik"> <action dev="evenisse" type="add" due-to="David Zeleznik">Added support for JBuilder 9</action>
When you generate a JBuilder project file, the plugin iterates through its dependencies. For each dependency, a library definition file is generated for the dependency jar in the local repo. This dependent library file is generated if, and only if, the library file does not already exist or the library file was previously generated the same way (as a dependency on a jar in the local repo). <action dev="evenisse" type="add" due-to="David Zeleznik">Added maven.jbuilder.verbose property</action>
</action> <action dev="evenisse" type="add" due-to="David Zeleznik">Library files that are automatically generated from versioned (not snapshot) artifact dependencies are now versioned themselves. This is also true for snapshot dependencies where an unversioned library file has not been created yet from the corresponding artifact. As before, if an unversioned library file has already been created for a snapshot dependency, the unversioned library will be referenced.</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
The previous point means that when you generate a jbuilder library definition file directly from a Maven project (using the jbuilder:generate-library goal) you will replace any previous definition of the library that was generated as a jar-only dependency with a library definition that references both the source and class files.
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
For library definitions that remain jar-only references to the local repo, you can specify a path to the corresponding source code via properties.
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Support has been added for generating JBuilder application and applet runtime configurations from properties.
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Any resources are added to the JBuilder project source path.
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Using an optional property, you can specify a list of explicit files that will be included in the JBuilder project if they exist. The default list are project.xml, project.properties, and maven.xml.
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Added support for JBuilder 9
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Added maven.jbuilder.verbose property
</action>
<action dev="evenisse" type="add" due-to="David Zeleznik">
Library files that are automatically generated from versioned (not snapshot) artifact dependencies are now versioned themselves. This is also true for snapshot dependencies where an unversioned library file has not been created yet from the corresponding artifact. As before, if an unversioned library file has already been created for a snapshot dependency, the unversioned library will be referenced.
</action>
</release> </release>
<release version="1.2" date="2003/05/04"> <release version="1.2" date="2003/05/04">
<action dev="evenisse" type="add" due-to="Joe Germuska"> <action dev="evenisse" type="add" due-to="Joe Germuska">Write company, description and title properties in jbuilder project.</action>
Write company, description and title properties in jbuilder project. <action dev="evenisse" type="add" due-to="Joe Germuska">Added new
<code>maven.juilder-docpath</code>plugin property.
</action> </action>
<action dev="evenisse" type="add" due-to="Joe Germuska"> <action dev="evenisse" type="add" due-to="Joe Germuska">Added new
Added new <code>maven.juilder-docpath</code> plugin property. <code>maven.juilder-outpath</code>plugin property.
</action>
<action dev="evenisse" type="add" due-to="Joe Germuska">
Added new <code>maven.juilder-outpath</code> plugin property.
</action> </action>
</release> </release>
<release version="1.1" date="2003/04/09"> <release version="1.1" date="2003/04/09">
<action dev="evenisse" type="add"> <action dev="evenisse" type="add">Add resources to library file.</action>
Add resources to library file. <action dev="evenisse" type="fix">Corrected generation of library file.</action>
</action>
<action dev="evenisse" type="fix">
Corrected generation of library file.
</action>
</release> </release>
</body> </body>
</document> </document>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/ */
--> -->
<project> <project>
<extend>../project.xml</extend> <extend>../project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jdepend-plugin</id> <id>maven-jdepend-plugin</id>
<name>Maven JDepend Plugin</name> <name>Maven JDepend Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<description/> <description/>
<shortDescription>Produce metrics</shortDescription> <shortDescription>Produce metrics</shortDescription>
<url>http://maven.apache.org/reference/plugins/jdepend/</url> <url>http://maven.apache.org/reference/plugins/jdepend/</url>
@ -39,6 +39,11 @@
<name>1.4</name> <name>1.4</name>
<tag>HEAD</tag> <tag>HEAD</tag>
</version> </version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_JDEPEND_1_4</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -22,22 +23,13 @@
<title>Changes</title> <title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.4" date="in CVS"> <release version="1.4" date="2004-03-10">
<action dev="dion" type="update"> <action dev="dion" type="update">Apply MAVEN-1132</action>
Apply MAVEN-1132
</action>
</release> </release>
<release version="1.3" date="2003-09-29"> <release version="1.3" date="2003-09-29">
<action dev="evenisse" type="fix"> <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
Add xml declaration to generated report. Fixed for character encoding. <action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
</action>
<action dev="evenisse" type="fix">
Fixed MAVEN-493. I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are registered.
</action>
</release> </release>
</body> </body>
</document> </document>