Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- [INFO] Scanning for projects...
- [WARNING] The POM for org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building FormEntry OMOD 5.0.7-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ formentry-omod ---
- [INFO]
- [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ formentry-omod ---
- [debug] execute contextualize
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 13 resources
- [INFO] Copying 33 resources to web/module
- [INFO] Copying 0 resource to web/module
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ formentry-omod ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ formentry-omod ---
- [debug] execute contextualize
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 4 resources
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ formentry-omod ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ formentry-omod ---
- [INFO] Surefire report directory: /media/KJoseph/Projects/openMRS/Modules/openmrs-module-formentry/omod/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running org.openmrs.module.formentry.FormEntryUtilTest
- Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.428 sec
- Running org.openmrs.module.formentry.test.PublishInfoPathTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
- Running org.openmrs.module.formentry.test.TestFormEntryError
- FormEntryService.class.getClassLoader(): sun.misc.Launcher$AppClassLoader@18d107f
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
- Running org.openmrs.module.formentry.test.TestFormSchemaBuilder
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
- Results :
- Tests run: 11, Failures: 0, Errors: 0, Skipped: 1
- [INFO]
- [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ formentry-omod ---
- [INFO] Building jar: /media/KJoseph/Projects/openMRS/Modules/openmrs-module-formentry/omod/target/formentry-5.0.7-SNAPSHOT.jar
- [INFO] META-INF/maven/org.openmrs.module/formentry-omod/pom.xml already added, skipping
- [INFO] META-INF/maven/org.openmrs.module/formentry-omod/pom.properties already added, skipping
- [INFO]
- [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ formentry-omod ---
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 40.083s
- [INFO] Finished at: Thu Mar 07 19:20:08 EAT 2013
- [INFO] Final Memory: 7M/44M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.openmrs.maven.plugins:maven-openmrs-plugin:1.0.1:package-module (pack) on project formentry-omod: Execution pack of goal org.openmrs.maven.plugins:maven-openmrs-plugin:1.0.1:package-module failed: A required class was missing while executing org.openmrs.maven.plugins:maven-openmrs-plugin:1.0.1:package-module: org/codehaus/plexus/archiver/AbstractArchiver
- [ERROR] -----------------------------------------------------
- [ERROR] realm = plugin>org.openmrs.maven.plugins:maven-openmrs-plugin:1.0.1
- [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
- [ERROR] urls[0] = file:/home/k-joseph/.m2/repository/org/openmrs/maven/plugins/maven-openmrs-plugin/1.0.1/maven-openmrs-plugin-1.0.1.jar
- [ERROR] urls[1] = file:/home/k-joseph/.m2/repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
- [ERROR] urls[2] = file:/home/k-joseph/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
- [ERROR] urls[3] = file:/home/k-joseph/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
- [ERROR] urls[4] = file:/home/k-joseph/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
- [ERROR] urls[5] = file:/home/k-joseph/.m2/repository/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
- [ERROR] urls[6] = file:/home/k-joseph/.m2/repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
- [ERROR] urls[7] = file:/home/k-joseph/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar
- [ERROR] Number of foreign imports: 1
- [ERROR] import: Entry[import from realm ClassRealm[project>org.openmrs.module:formentry-omod:5.0.7-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
- [ERROR]
- [ERROR] -----------------------------------------------------: org.codehaus.plexus.archiver.AbstractArchiver
- [ERROR] -> [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/PluginContainerException
Advertisement
Add Comment
Please, Sign In to add comment