<RANT>
F**** S*** !

It's half an hour I try to understand where the hell maven can simply deduce that it has to dowload the jar plexus-archiver-1.0-alpha-7-SNAPSHOT.jar

when the pom.xml is :

<project>
  <parent>
    <groupId>org.apache.directory.server</groupId>
    <artifactId>build</artifactId>
    <version>1.0-RC4-SNAPSHOT</version>
  </parent>
  <modelVersion> 4.0.0</modelVersion>
  <artifactId>apacheds-sar-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>ApacheDS Server Sar Maven Plugin</name>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-archiver</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>2.0</version>
    </dependency>
  </dependencies>
</project>


It should be again one of these secret transitive dependencies that has been modified by someone somwhere, but we have no clue who nor when or why and where. This is what upset me the most about maven : you get f**** without any solution on a regular basis.

</RANT>

Ok, so what, now ? Remove temporarily the sar-plugin project from ADS ?

Emmanuel

On 8/28/06, Ersin Er < [EMAIL PROTECTED]> wrote:
You may check out latest version of the missing plugin from codehaus
but it's certain that we have this problem again with maven... And
this really blocks me.

On 8/28/06, Craig L. Ching <[EMAIL PROTECTED]> wrote:
> Hi Emmanuel,
>
> So just sit tight?  Or is there some way to work around the problem?
>
> Cheers,
> Craig
>
>
> ________________________________
>
>         From: Emmanuel Lecharny [mailto: [EMAIL PROTECTED]]
>         Sent: Monday, August 28, 2006 10:34 AM
>         To: Apache Directory Developers List
>         Subject: Re: New schema-archetype maven project
>
>
>         I think we have a pb with maven.
>
>
>         On 8/28/06, Craig L. Ching <[EMAIL PROTECTED]> wrote:
>
>                 Hi,
>
>                 I'm trying to build the new schema-archeytype maven target that Alex
>                 added last Friday, but I'm running into a dependency problem.  Maven
>                 can't seem to find
>                 org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT .  I see an
>                 alpha-6, but no alpha-7.  Can I use alpha-6 somehow or how should I
>                 proceed?
>
>                 Cheers,
>                 Craig
>
>
>
>
>
>         --
>         Cordialement,
>         Emmanuel Lécharny
>
>


--
Ersin



--
Cordialement,
Emmanuel Lécharny

Reply via email to