Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ailabs-software/3886aabcc3f51bdbbf5c666d8e44ce06 to your computer and use it in GitHub Desktop.
Save ailabs-software/3886aabcc3f51bdbbf5c666d8e44ce06 to your computer and use it in GitHub Desktop.
root@swdevel:~/GwtMaven3Project# mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] root-group
[INFO] sharedlibrary
[INFO] helloapp
[INFO] worldapp
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building root-group 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sharedlibrary 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ sharedlibrary ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/madonna/GwtMaven3Project/sharedlibrary/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ sharedlibrary ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ sharedlibrary ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/madonna/GwtMaven3Project/sharedlibrary/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ sharedlibrary ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ sharedlibrary ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/madonna/GwtMaven3Project/sharedlibrary/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- gwt-maven-plugin:2.8.0:compile (default) @ sharedlibrary ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] root-group ........................................ SUCCESS [0.003s]
[INFO] sharedlibrary ..................................... FAILURE [3.550s]
[INFO] helloapp .......................................... SKIPPED
[INFO] worldapp .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.835s
[INFO] Finished at: Mon Jan 16 01:08:13 EST 2017
[INFO] Final Memory: 20M/163M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.8.0:compile (default) on project sharedlibrary: GWT Module SharedLibrary not found in project sources or resources. -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :sharedlibrary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment