AHHHH, I hate this ..... Maven 2. I knew it all along that it's design is flawed.

I turned out that when I remove my settings.xml from .m2 that everything runs smoothly. What is wrong with these settings and why is it blowing up this way:

<settings>
  <profiles>
    <profile>
      <id>incubating</id>
      <repositories>
        <repository>
          <id>apache-incubating</id>
<url>http://people.apache.org/repo/m2-incubating- repository</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>apache-incubating</id>
<url>http://people.apache.org/repo/m2-incubating- repository</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>incubating</activeProfile>
  </activeProfiles>
</settings>

I added these settings because of another project but I still don't get it why it would fail.

Thanks for your help - Andy

On Oct 16, 2007, at 5:14 PM, d.santosh wrote:

I do have the same platform and version, but I am able to build the source
code..
will try to get the latest from source code and simulate the error if
possible..

but may take time :-(

On 10/16/07, Andreas Schaefer (2) <[EMAIL PROTECTED]> wrote:

Java 1.5.0.7 on Mac OS X 10.4 with Maven 2.0.7.
-Andy

Andreas Schaefer
CEO of Madplanet.com Inc.
[EMAIL PROTECTED]


On Oct 16, 2007, at 4:52 PM, d.santosh wrote:

Could you pls let me know which version of java is being used.

On 10/16/07, Andreas Schaefer (2) <[EMAIL PROTECTED]> wrote:


Hi

On Oct 16, 2007, at 3:15 PM, d.santosh wrote:

Try cleaning the maven repository and using online switch of maven.


No, I did not work.

-Andy







Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to