You have the wrong URL for snapshots:
http://people.apache.org/repo/m2-snapshot-repository

Note the "snapshot" in there.

- Dan

herbert wrote:
I've now tried every combination of settings in pom.xml and settings.xml,
that came
to my mind.

But I always get the same message: [WARN] Unable to get resource from
repository apache.incubating
(http://people.apache.org/repo/m2-incubating-repository)

Maybe this is a better asked in the maven-forums?

I assume I'm missing some very basic step to set this thingy up.

Regards, Herbert


herbert wrote:
  
Hmm...I've adjusted the settings, but still the same problem.


Chris Berry wrote:
    
It appears that you need to set up the  http://people.apache.org/repo/ 
m2-incubating-repository with SNAPSHOTs enabled

<settings>
   ...
   <profiles>
     <profile>
       <id>apache</id>
       <repositories>
         <repository>
           <id>apache.org</id>
           <url>http://people.apache.org/repo/m2-snapshot-repository</ 
url>
           <releases>
             <enabled>false</enabled>
           </releases>
           <snapshots>
             <enabled>true</enabled>
           </snapshots>
         </repository>
       </repositories>


      
    

  


-- 
Dan Diephouse
MuleSource
http://mulesource.com | http://netzooid.com/blog

Reply via email to