amithmit
neo
Joined: 01/14/2011 16:36:03
Messages: 4
Offline
|
Hi All ,
New to mvn and Quartz. I wanted to compile the source with mvn compile.
It fails with the following errors.
Thanks for any help.
Best,
Amith
C:\Software\quartz-1.8.4\quartz-1.8.4>mvn compile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.quartz-scheduler:quartz:jar:1.8.4
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 127, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.quartz-scheduler:quartz-parent:1.8.4, C:\Software\quartz-1.8.4\quartz-1.8.4\pom.xml, line 86, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.quartz-scheduler:quartz-jboss:jar:1.8.4
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.quartz-scheduler:quartz-parent:1.8.4, C:\Software\quartz-1.8.4\quartz-1.8.4\pom.xml, line 86, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.quartz-scheduler:quartz-examples:jar:1.8.4
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 25, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.quartz-scheduler:quartz-parent:1.8.4, C:\Software\quartz-1.8.4\quartz-1.8.4\pom.xml, line 86, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.quartz-scheduler:quartz-parent:pom:1.8.4
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 86, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Quartz Parent POM
[INFO] Quartz Enterprise Job Scheduler
[INFO] quartz-jboss
[INFO] Quartz Example Applications
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quartz Parent POM 1.8.4
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quartz Enterprise Job Scheduler 1.8.4
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Quartz Parent POM ................................. SUCCESS [0.188s]
[INFO] Quartz Enterprise Job Scheduler ................... FAILURE [1.265s]
[INFO] quartz-jboss ...................................... SKIPPED
[INFO] Quartz Example Applications ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.875s
[INFO] Finished at: Sat Jan 22 00:12:11 EST 2011
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project quartz: Could not resolve dependencies for project org.quartz-scheduler:quartz:jar:1.8.4: Could not find artifact javax.jms:jms:jar:1.1 in central (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :quartz
C:\Software\quartz-1.8.4\quartz-1.8.4>
|