You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/02/07 20:42:47 UTC

[jira] Commented: (MAVENUPLOAD-723) Upload JOTM 2.0.10 with pom specifying dependencies, as well as new groupId (org.objectweb)

    [ http://jira.codehaus.org/browse/MAVENUPLOAD-723?page=comments#action_58091 ] 

Carlos Sanchez commented on MAVENUPLOAD-723:
--------------------------------------------

Several comments:
- groupid for carol should be org.objectweb.carol. Fixed and uploaded.
- howl is already in groupId howl, so we'll keep it there until we have resources to relocate it.
- not uploading howl 1.0 as pom is empty, while pom for previous version has more info.
- jotm already in jotm groupid, so keeping there, I'll take a look to use your poms

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org