Dan,

I've added in the repository you mentioned to my settings.xml file (relevant
section included in my reply post to Tim on building the code from scratch),
but I'm now getting a different error:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=native-maven-plugin \
        -Dversion=1.0-alpha-1-20060624.172936-2 -Dpackaging=maven-plugin
-Dfile=/path/to/file


 
org.codehaus.mojo:native-maven-plugin:maven-plugin:1.0-alpha-1-20060624.172936-2

from the specified remote repositories:
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  central (http://repo1.maven.org/maven2),
  Codehaus Snapshots (http://snapshots.repository.codehaus.org/maven2/)

 
org.codehaus.mojo:native-maven-plugin:maven-plugin:1.0-alpha-1-20060624.172936-2

from the specified remote repositories:
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  central (http://repo1.maven.org/maven2),
  Codehaus Snapshots (http://snapshots.repository.codehaus.org/maven2/)
--
View this message in context: 
http://www.nabble.com/Can%27t-get-jni-working-based-on-example-configuration-t1825144.html#a5032199
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to