Upload JOTM 2.0.10 with pom specifying dependencies, as well as new groupId 
(org.objectweb)
-------------------------------------------------------------------------------------------

         Key: MAVENUPLOAD-723
         URL: http://jira.codehaus.org/browse/MAVENUPLOAD-723
     Project: maven-upload-requests
        Type: Task

    Reporter: Matt Raible


In addition, this bundle requires a number of other bundles be uploaded.  Carol 
and Howl are both ObjectWeb projects that I renamed the groupId for (to 
org.objectweb).

http://static.raibledesigns.com/downloads/carol-2.0.5-bundle.jar

http://static.raibledesigns.com/downloads/howl-0.1.11-bundle.jar

Since Howl 1.0 has been released, I created a bundle for that as well: 
http://static.raibledesigns.com/downloads/howl-1.0-bundle.jar

I don't know if this is the correct way to package the IIOP and JRMP Stubs - 
but it seemed logical.  Maybe their groupId should be org.objectweb.jotm 
instead?

http://static.raibledesigns.com/downloads/jotm-iiop-stubs-2.0.10-bundle.jar
http://static.raibledesigns.com/downloads/jotm-jrmp-stubs-2.0.10-bundle.jar

In order to use JOTM in my pom.xml - I'm using the following.  The Geronimo 
JARs allows users to have a seemless downloading experience:

    <dependency>
      <groupId>org.objectweb</groupId>
      <artifactId>jotm</artifactId>
      <version>2.0.10</version>
      <exclusions>
        <exclusion>
          <groupId>javax.resource</groupId>
          <artifactId>connector</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>geronimo-spec</groupId>
      <artifactId>geronimo-spec-jta</artifactId>
      <version>1.0.1B-rc4</version>
    </dependency>
    <dependency>
      <groupId>geronimo-spec</groupId>
      <artifactId>geronimo-spec-j2ee-connector</artifactId>
      <version>1.5-rc4</version>
    </dependency>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to