OK, that's a good work-around. Thanks for the pointer.

I think it was just me who set up jboss in org.jboss when I started using m2 before it went beta. I didn't know that host-names were part of the standard.


All the best
Adam

Carlos Sanchez on 11/11/05 20:30, wrote:
The policy is to use package names (or host names) as groupIds, that
hasn't changed. I don't remember having put things inside org.jboss,
they're still inside jboss.

There's a bug about the latter: http://jira.codehaus.org/browse/MNG-1417

On 11/11/05, Adam Hardy <[EMAIL PROTECTED]> wrote:

Adam Hardy on 11/11/05 19:42, wrote:

I just upgraded from m2-beta-2 to 2.0 and had a few problems with my
dependencies' groupIds.

I moved my old beta local repository out of the way and let mvn create a
new one.

having problems with servlet-api-2.4 as well. I can see it on ibiblio
but maven won't touch it or give me a warning or anything, and hence I
get a compile error because all javac sees is the 2.3 version. Here's my
dependency xml:

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>

and here's what has ended up on my repo:

/home/adam/.m2/repository/servletapi/servletapi/2.3/servletapi-2.3.pom
/home/adam/.m2/repository/servletapi/servletapi/2.4/servletapi-2.4.pom
/home/adam/.m2/repository/servletapi/servlet-api/2.4/servlet-api-2.4.pom
/home/adam/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
/home/adam/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
/home/adam/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom

What should I be doing here?


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

Reply via email to