Hi Robert, just click on :
Run As -> Maven package That should do the trick.. Bye, Norman 2010/1/22 Robert L. Gurule <[email protected]>: > Hi James, > If I get a successfull build how do I run James-server 3.0 Imap? > > The circumstances are: > > I'm using eclipse and M2Eclipse, I when I use the command > Debug-generate sources I get successfull build, when I use Debug- Maven > Build i get the following: > > > [ERROR] > > The following mojo encountered an error while executing: > Group-Id: org.apache.maven.plugins > Artifact-Id: maven-remote-resources-plugin > Version: 1.1 > Mojo: process > brought in via: POM > > While building project: > Group-Id: org.apache.james > Artifact-Id: james-server-core-function > Version: 3.0-M1 > From file: C:\Documents and Settings\106052\My > Documents\james\maven.1264004763546\james-server\core-function\pom.xml > Reason: Failed to resolve dependencies for one or more projects in the > reactor. Reason: Missing: > ---------- > 1) org.apache.james:james-server-core-library:test-jar:tests:3.0-M1 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.james > -DartifactId=james-server-core-library -Dversion=3.0-M1 > -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.james > -DartifactId=james-server-core-library -Dversion=3.0-M1 > -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.james:james-server-core-function:jar:3.0-M1 > 2) org.apache.james:james-server-core-library:test-jar:tests:3.0-M1 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.james:james-server-core-function:jar:3.0-M1 > > from the specified remote repositories: > apache.snapshots (http://repository.apache.org/snapshots), > module-local (file://stage), > maven2-repository.dev.java.net (http://download.java.net/maven/2/), > central (http://repo1.maven.org/maven2) > > Thanks, > > Robert > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
