I am trying to follow the directions in the "Using NMaven Without Building" 
section of the "Getting Started" page.  When I try to create the archetype, I 
get the following error:

[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.dotnet

ArtifactId: maven-archetype-dotnet-simple

Version: 0.14-SNAPSHOT

I can not find the dependency of the server.  Am I doing something wrong.  Is 
there another repository that I should be pointed to?  Any help would be 
appreciated.

Environment:
Java 1.5
Maven 2.0.7
.Net 2

** settings.xml **
<settings>  
  <proxies></proxies>
  <servers></servers>
  <mirrors></mirrors>
  <profiles>
    <profile>
      <id>apache.snapshots</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
        <repository>
          <id>org.apache</id>
          <name>Maven Snapshots</name>
          http://people.apache.org/repo/m2-snapshot-repository
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>org.apache</id>
          <name>Maven Plugin Snapshots</name>
          http://people.apache.org/repo/m2-snapshot-repository
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
</settings>






 
Kenyatta Clark
405.361.2690






       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/

Reply via email to