Hi,

Actually if you just put the following in a profiles.xml in the project that uses the EJB plugin you should not have to do anything else:

profiles.xml
---------------
<profilesXml>
  <profiles>
    <profile>
      <id>stage</id>
      <repositories>
        <repository>
          <id>maven-ejb-plugin-stage</id>
          <name>Maven EJB Plugin Stage</name>
          <layout>default</layout>
<url>http://people.apache.org/~snicoll/maven-staging/repo</ url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>stage</activeProfile>
  </activeProfiles>
</profilesXml>
---------------

On 7 Feb 07, at 5:24 PM 7 Feb 07, Stephane Nicoll wrote:

Hi,

If you want to test this release, just add the following profile in
your settings.xm temporarily and run mvn -Pejb-staging -U:

<profile>
   <id>ejb-staging</id>
  <pluginRepositories>
    <pluginRepository>
      <id>Ejb plugin staging repository</id>
      <url>http://people.apache.org/~snicoll/maven-staging/repo/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</profile>

Cheers,
Stéphane


On 2/7/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
Hi,

This release fixes all known issues, only two feature requests are
still open and we need to discuss this a bit more, see also[1]

Revision: 504652

Release Notes - Maven 2.x Ejb Plugin - Version 2.1 [2]

** Bug
    * [MEJB-7] - Transitive Classpath not written to the manifest
    * [MEJB-12] - EJB - Client jar doesn't have Session.class files
* [MEJB-16] - clientExcludes generates empty packages i client- jar
    * [MEJB-19] - clientExclude(s) does not work
    * [MEJB-20] - Custom manifestEntries broken
    * [MEJB-21] - [site] The site descriptor is out-dated, the Howto
page is not linked.
    * [MEJB-22] - Cannot specify additional classpath entries in ejb
manifest when using addClasspath

** Improvement
    * [MEJB-6] - Make the ejb-jar.xml deployment descriptor optional
* [MEJB-8] - Move the description of the mojo from @description to
the top of the class's comment block
    * [MEJB-11] - Poor documentation

** New Feature
    * [MEJB-23] - Add classifier support

** Task
    * [MEJB-17] - review plugin documentation

** Test
    * [MEJB-9] - test ejb plugin using plugin testing harness

The staging bits are available as well:
http://people.apache.org/~snicoll/maven-staging/repo/org/apache/ maven/plugins/maven-ejb-plugin/2.1/

Vote opens for 72hours.

My +1

Thanks,

Stéphane


[1]  http://www.mail-archive.com/dev@maven.apache.org/msg63996.html
[2] http://jira.codehaus.org/browse/MEJB? report=com.atlassian.jira.plugin.system.project:roadmap-panel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to