Cannot resolve dependency-jars error with AWS device farm with Java TestNG project - aws-device-farm

I am trying to load my zip-with-dependencies to AWS device farm for Java TestNG project with Selenium.
Whenever I upload my .zip to AWS device farm, I get the message, "There was a problem processing your file. We could not find the dependency-jars directory in the root of your test package. Please unzip your test package, verify that the dependency-jars directory is in the root of your package, and try again."
I checked the tree in target folder with "Tree ." and I got:
.
├── TestngCucumberBoilerPlate-0.0.1-SNAPSHOT-tests.jar
├── TestngCucumberBoilerPlate-0.0.1-SNAPSHOT.jar
├── archive-tmp
├── classes
├── dependency-jars
│   ├── aether-api-1.7.jar
│   ├── aether-impl-1.7.jar
│   ├── aether-spi-1.7.jar
│   ├── aether-util-1.7.jar
│   ├── animal-sniffer-annotations-1.14.jar
│   ├── ant-1.10.3.jar
│   ├── ant-launcher-1.10.3.jar
│   ├── asm-6.2.1.jar
│   ├── aspectjweaver-1.9.1.jar
│   ├── bridj-0.6.2.jar
│   ├── bsh-2.0b6.jar
│   ├── byte-buddy-1.8.15.jar
│   ├── cglib-3.2.8.jar
│   ├── checker-compat-qual-2.0.0.jar
│   ├── commons-beanutils-1.9.2.jar
│   ├── commons-cli-1.2.jar
│   ├── commons-codec-1.10.jar
│   ├── commons-collections-3.2.2.jar
│   ├── commons-compress-1.18.jar
│   ├── commons-digester-1.8.1.jar
│   ├── commons-exec-1.3.jar
│   ├── commons-io-2.6.jar
│   ├── commons-lang3-3.8.jar
│   ├── commons-logging-1.2.jar
│   ├── commons-validator-1.6.jar
│   ├── cucumber-core-1.2.5.jar
│   ├── cucumber-html-0.2.3.jar
│   ├── cucumber-java-1.2.5.jar
│   ├── cucumber-jvm-deps-1.0.5.jar
│   ├── cucumber-testng-1.2.5.jar
│   ├── error_prone_annotations-2.1.3.jar
│   ├── gherkin-2.12.2.jar
│   ├── gson-2.8.5.jar
│   ├── guava-25.0-jre.jar
│   ├── httpclient-4.5.6.jar
│   ├── httpcore-4.4.10.jar
│   ├── j2objc-annotations-1.1.jar
│   ├── java-client-7.0.0.jar
│   ├── jcommander-1.72.jar
│   ├── jintellitype-1.3.7.jar
│   ├── jsr305-1.3.9.jar
│   ├── jxgrabkey-1.0.jar
│   ├── maven-aether-provider-3.0.jar
│   ├── maven-archiver-3.3.0.jar
│   ├── maven-artifact-3.0.jar
│   ├── maven-core-3.0.jar
│   ├── maven-jar-plugin-3.1.1.jar
│   ├── maven-model-3.0.jar
│   ├── maven-model-builder-3.0.jar
│   ├── maven-plugin-api-3.0.jar
│   ├── maven-repository-metadata-3.0.jar
│   ├── maven-settings-3.0.jar
│   ├── maven-settings-builder-3.0.jar
│   ├── maven-shared-utils-3.2.1.jar
│   ├── okhttp-3.11.0.jar
│   ├── okio-1.14.0.jar
│   ├── plexus-archiver-3.7.0.jar
│   ├── plexus-cipher-1.4.jar
│   ├── plexus-classworlds-2.2.3.jar
│   ├── plexus-component-annotations-1.5.5.jar
│   ├── plexus-interpolation-1.14.jar
│   ├── plexus-io-3.1.0.jar
│   ├── plexus-sec-dispatcher-1.3.jar
│   ├── plexus-utils-3.1.0.jar
│   ├── selenium-api-3.141.59.jar
│   ├── selenium-chrome-driver-3.141.59.jar
│   ├── selenium-edge-driver-3.141.59.jar
│   ├── selenium-firefox-driver-3.141.59.jar
│   ├── selenium-ie-driver-3.141.59.jar
│   ├── selenium-java-3.141.59.jar
│   ├── selenium-opera-driver-3.141.59.jar
│   ├── selenium-remote-driver-3.141.59.jar
│   ├── selenium-safari-driver-3.141.59.jar
│   ├── selenium-support-3.141.59.jar
│   ├── sikulixapi-1.1.0.jar
│   ├── sikulixlibsmac-1.1.0.jar
│   ├── sisu-guice-2.1.7-noaop.jar
│   ├── sisu-inject-bean-1.4.2.jar
│   ├── sisu-inject-plexus-1.4.2.jar
│   ├── slf4j-api-1.7.25.jar
│   ├── snappy-0.4.jar
│   ├── spring-aop-5.1.0.RELEASE.jar
│   ├── spring-beans-5.1.0.RELEASE.jar
│   ├── spring-context-5.1.0.RELEASE.jar
│   ├── spring-core-5.1.0.RELEASE.jar
│   ├── spring-expression-5.1.0.RELEASE.jar
│   ├── spring-jcl-5.1.0.RELEASE.jar
│   ├── swing-layout-1.0.3.jar
│   ├── testng-6.14.3.jar
│   └── xz-1.8.jar
├── generated-test-sources
│   └── test-annotations
├── maven-archiver
│   └── pom.properties
├── maven-status
│   └── maven-compiler-plugin
│   ├── compile
│   │   └── default-compile
│   │   └── inputFiles.lst
│   └── testCompile
│   └── default-testCompile
│   ├── createdFiles.lst
│   └── inputFiles.lst
├── test-classes
│   ├── Locators
│   │   ├── AdvisorAEPOhio.class
│   │   ├── AdvisorBlueprint.class
│   │   ├── AdvisorDTE.class
│   │   ├── DemandResponseCardBlueprint.class
│   │   ├── DemandResponseNotificationBlueprint.class
│   │   ├── DevicesBlueprint.class
│   │   ├── HamburgerAEPOhio.class
│   │   ├── HamburgerBlueprint.class
│   │   ├── HamburgerDTE.class
│   │   ├── HomeAEPOhio.class
│   │   ├── HomeBlueprint.class
│   │   ├── HomeCardsAEPOhio.class
│   │   ├── HomeCardsBlueprint.class
│   │   ├── HomeCardsDTE.class
│   │   ├── HomeDTE.class
│   │   ├── LightBlueprint.class
│   │   ├── LoginAEPOhio.class
│   │   ├── LoginBlueprint.class
│   │   ├── LoginDTE.class
│   │   ├── MyPlanBlueprint.class
│   │   ├── MyPlanDTE.class
│   │   ├── ParentDeviceBlueprint.class
│   │   ├── PlugBlueprint.class
│   │   ├── PortalBlueprint.class
│   │   ├── PortalDemandResponseBlueprint.class
│   │   ├── PushApp.class
│   │   └── TstatBlueprint.class
│   ├── config
│   │   └── config.properties
│   ├── drivers
│   │   └── chromedriver
│   ├── features
│   │   ├── DemandResponse.feature
│   │   ├── EnergyTabNavigation.feature
│   │   ├── EnergyUseComparison.feature
│   │   ├── Hamburger.feature
│   │   ├── HomeAdvisor.feature
│   │   ├── Light.feature
│   │   ├── PayModel.feature
│   │   ├── Switch.feature
│   │   ├── Tstat.feature
│   │   └── loginSingle.feature
│   ├── main
│   │   └── CucumberRunner.class
│   ├── samplefeatures
│   │   └── loginMulti.feature
│   ├── stepdefinition
│   │   ├── AdvisorPage.class
│   │   ├── DemandResponseCard$1.class
│   │   ├── DemandResponseCard.class
│   │   ├── DevicesPage.class
│   │   ├── HamburgerPage.class
│   │   ├── HomeCardsPage.class
│   │   ├── HomePage.class
│   │   ├── LightPage.class
│   │   ├── LoginPage.class
│   │   ├── MyPlanPage.class
│   │   ├── ParentDevicePage.class
│   │   ├── PlugPage.class
│   │   ├── PortalDemandResponsePage.class
│   │   ├── PortalWebPage.class
│   │   ├── PushAppPage.class
│   │   └── TstatPage.class
│   └── utilities
│   ├── AppiumServer.class
│   ├── ByWrapper.class
│   ├── ByWrapperPortal.class
│   ├── DemandResponse.class
│   ├── MyUtils.class
│   └── TstatDemandResponse.class
└── zip-with-dependencies.zip
Whenever I moved my zip-with-dependencies into another directory and tried the same command, I got:
.
├── TestngCucumberBoilerPlate-0.0.1-SNAPSHOT-tests.jar
├── TestngCucumberBoilerPlate-0.0.1-SNAPSHOT.jar
└── zip-with-dependencies.zip
This is what I got when I originally ran mvn clean package -DskipTests=true to build the .zip
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building TestngCucumberBoilerPlate 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) # TestngCucumberBoilerPlate ---
[INFO] Deleting /Users/cbellard/Documents/PowerleyAppiumCucumber/target
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) # TestngCucumberBoilerPlate ---
[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] skip non existing resourceDirectory /Users/cbellard/Documents/PowerleyAppiumCucumber/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) # TestngCucumberBoilerPlate ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) # TestngCucumberBoilerPlate ---
[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]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) # TestngCucumberBoilerPlate ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 49 source files to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/test-classes
[INFO] /Users/cbellard/Documents/PowerleyAppiumCucumber/src/test/java/main/CucumberRunner.java: Some input files use unchecked or unsafe operations.
[INFO] /Users/cbellard/Documents/PowerleyAppiumCucumber/src/test/java/main/CucumberRunner.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) # TestngCucumberBoilerPlate ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) # TestngCucumberBoilerPlate ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /Users/cbellard/Documents/PowerleyAppiumCucumber/target/TestngCucumberBoilerPlate-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (default) # TestngCucumberBoilerPlate ---
[INFO] Building jar: /Users/cbellard/Documents/PowerleyAppiumCucumber/target/TestngCucumberBoilerPlate-0.0.1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.5.4:single (default) # TestngCucumberBoilerPlate ---
[INFO] Reading assembly descriptor: src/main/assembly/zip.xml
[INFO] Building zip: /Users/cbellard/Documents/PowerleyAppiumCucumber/target/zip-with-dependencies.zip
[INFO]
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-dependencies) # TestngCucumberBoilerPlate ---
[INFO] Copying java-client-7.0.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/java-client-7.0.0.jar
[INFO] Copying byte-buddy-1.8.15.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/byte-buddy-1.8.15.jar
[INFO] Copying maven-settings-builder-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-settings-builder-3.0.jar
[INFO] Copying httpcore-4.4.10.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/httpcore-4.4.10.jar
[INFO] Copying aether-util-1.7.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/aether-util-1.7.jar
[INFO] Copying cglib-3.2.8.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cglib-3.2.8.jar
[INFO] Copying maven-core-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-core-3.0.jar
[INFO] Copying maven-model-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-model-3.0.jar
[INFO] Copying commons-validator-1.6.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-validator-1.6.jar
[INFO] Copying animal-sniffer-annotations-1.14.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/animal-sniffer-annotations-1.14.jar
[INFO] Copying maven-artifact-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-artifact-3.0.jar
[INFO] Copying jcommander-1.72.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/jcommander-1.72.jar
[INFO] Copying selenium-chrome-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-chrome-driver-3.141.59.jar
[INFO] Copying selenium-opera-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-opera-driver-3.141.59.jar
[INFO] Copying commons-io-2.6.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-io-2.6.jar
[INFO] Copying maven-model-builder-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-model-builder-3.0.jar
[INFO] Copying plexus-component-annotations-1.5.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-component-annotations-1.5.5.jar
[INFO] Copying maven-jar-plugin-3.1.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-jar-plugin-3.1.1.jar
[INFO] Copying maven-repository-metadata-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-repository-metadata-3.0.jar
[INFO] Copying ant-launcher-1.10.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/ant-launcher-1.10.3.jar
[INFO] Copying okio-1.14.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/okio-1.14.0.jar
[INFO] Copying spring-beans-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-beans-5.1.0.RELEASE.jar
[INFO] Copying ant-1.10.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/ant-1.10.3.jar
[INFO] Copying commons-beanutils-1.9.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-beanutils-1.9.2.jar
[INFO] Copying gson-2.8.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/gson-2.8.5.jar
[INFO] Copying selenium-support-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-support-3.141.59.jar
[INFO] Copying aether-api-1.7.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/aether-api-1.7.jar
[INFO] Copying plexus-archiver-3.7.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-archiver-3.7.0.jar
[INFO] Copying bridj-0.6.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/bridj-0.6.2.jar
[INFO] Copying commons-logging-1.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-logging-1.2.jar
[INFO] Copying jxgrabkey-1.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/jxgrabkey-1.0.jar
[INFO] Copying sisu-guice-2.1.7-noaop.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/sisu-guice-2.1.7-noaop.jar
[INFO] Copying plexus-utils-3.1.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-utils-3.1.0.jar
[INFO] Copying cucumber-html-0.2.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cucumber-html-0.2.3.jar
[INFO] Copying plexus-io-3.1.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-io-3.1.0.jar
[INFO] Copying asm-6.2.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/asm-6.2.1.jar
[INFO] Copying bsh-2.0b6.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/bsh-2.0b6.jar
[INFO] Copying plexus-cipher-1.4.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-cipher-1.4.jar
[INFO] Copying maven-shared-utils-3.2.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-shared-utils-3.2.1.jar
[INFO] Copying okhttp-3.11.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/okhttp-3.11.0.jar
[INFO] Copying commons-lang3-3.8.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-lang3-3.8.jar
[INFO] Copying maven-archiver-3.3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-archiver-3.3.0.jar
[INFO] Copying gherkin-2.12.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/gherkin-2.12.2.jar
[INFO] Copying snappy-0.4.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/snappy-0.4.jar
[INFO] Copying selenium-remote-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-remote-driver-3.141.59.jar
[INFO] Copying maven-aether-provider-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-aether-provider-3.0.jar
[INFO] Copying spring-jcl-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-jcl-5.1.0.RELEASE.jar
[INFO] Copying jsr305-1.3.9.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/jsr305-1.3.9.jar
[INFO] Copying maven-settings-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-settings-3.0.jar
[INFO] Copying checker-compat-qual-2.0.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/checker-compat-qual-2.0.0.jar
[INFO] Copying maven-plugin-api-3.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/maven-plugin-api-3.0.jar
[INFO] Copying sisu-inject-bean-1.4.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/sisu-inject-bean-1.4.2.jar
[INFO] Copying selenium-ie-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-ie-driver-3.141.59.jar
[INFO] Copying testng-6.14.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/testng-6.14.3.jar
[INFO] Copying sisu-inject-plexus-1.4.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/sisu-inject-plexus-1.4.2.jar
[INFO] Copying plexus-interpolation-1.14.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-interpolation-1.14.jar
[INFO] Copying j2objc-annotations-1.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/j2objc-annotations-1.1.jar
[INFO] Copying commons-compress-1.18.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-compress-1.18.jar
[INFO] Copying sikulixlibsmac-1.1.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/sikulixlibsmac-1.1.0.jar
[INFO] Copying cucumber-jvm-deps-1.0.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cucumber-jvm-deps-1.0.5.jar
[INFO] Copying selenium-api-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-api-3.141.59.jar
[INFO] Copying spring-core-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-core-5.1.0.RELEASE.jar
[INFO] Copying selenium-java-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-java-3.141.59.jar
[INFO] Copying selenium-edge-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-edge-driver-3.141.59.jar
[INFO] Copying commons-exec-1.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-exec-1.3.jar
[INFO] Copying plexus-classworlds-2.2.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-classworlds-2.2.3.jar
[INFO] Copying commons-cli-1.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-cli-1.2.jar
[INFO] Copying commons-codec-1.10.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-codec-1.10.jar
[INFO] Copying spring-aop-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-aop-5.1.0.RELEASE.jar
[INFO] Copying error_prone_annotations-2.1.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/error_prone_annotations-2.1.3.jar
[INFO] Copying guava-25.0-jre.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/guava-25.0-jre.jar
[INFO] Copying cucumber-java-1.2.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cucumber-java-1.2.5.jar
[INFO] Copying aether-spi-1.7.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/aether-spi-1.7.jar
[INFO] Copying plexus-sec-dispatcher-1.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/plexus-sec-dispatcher-1.3.jar
[INFO] Copying jintellitype-1.3.7.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/jintellitype-1.3.7.jar
[INFO] Copying cucumber-testng-1.2.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cucumber-testng-1.2.5.jar
[INFO] Copying spring-expression-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-expression-5.1.0.RELEASE.jar
[INFO] Copying commons-digester-1.8.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-digester-1.8.1.jar
[INFO] Copying commons-collections-3.2.2.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/commons-collections-3.2.2.jar
[INFO] Copying cucumber-core-1.2.5.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/cucumber-core-1.2.5.jar
[INFO] Copying xz-1.8.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/xz-1.8.jar
[INFO] Copying selenium-firefox-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-firefox-driver-3.141.59.jar
[INFO] Copying slf4j-api-1.7.25.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/slf4j-api-1.7.25.jar
[INFO] Copying swing-layout-1.0.3.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/swing-layout-1.0.3.jar
[INFO] Copying httpclient-4.5.6.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/httpclient-4.5.6.jar
[INFO] Copying sikulixapi-1.1.0.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/sikulixapi-1.1.0.jar
[INFO] Copying selenium-safari-driver-3.141.59.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/selenium-safari-driver-3.141.59.jar
[INFO] Copying spring-context-5.1.0.RELEASE.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/spring-context-5.1.0.RELEASE.jar
[INFO] Copying aether-impl-1.7.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/aether-impl-1.7.jar
[INFO] Copying aspectjweaver-1.9.1.jar to /Users/cbellard/Documents/PowerleyAppiumCucumber/target/dependency-jars/aspectjweaver-1.9.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.540 s
[INFO] Finished at: 2019-02-08T14:51:24-05:00
[INFO] Final Memory: 22M/90M
[INFO] ------------------------------------------------------------------------
This is my pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<repositories>
<repository>
<id>TestNG-Cucumber</id>
<name>testng-cucumber</name>
<url>https://github.com/igniteram</url>
</repository>
</repositories>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<groupId>TestngCucumber</groupId>
<artifactId>TestngCucumberBoilerPlate</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-java</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-testng</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<type>maven-plugin</type>
</dependency>
<!-- Added for comparing screenshots -->
<!-- https://mvnrepository.com/artifact/com.sikulix/sikulixapi -->
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<finalName>zip-with-dependencies</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/dependency-jars/</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

I haven't fully tested this but I think the build steps are out of order. Can you try having the maven-dependency-plugin first before the maven-assemble-plugin and let me know if that helps? Order matters in maven.
code snippet
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/dependency-jars/</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<finalName>zip-with-dependencies</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>

Related

No configuration folder after RCP product export

Unfortunately there is no 'configuration'-folder and no '.log'-file after exporting an eclipse RCP product.
I can start the product via 'Launch an Eclipse Application' in the 'Product Configuration Editor' without any problems.
I would like to export the product with the 'Eclipse Product Export Wizard' and a 'XXX.product-file'. The folder to which I export is empty and the 'the product includes native launcher artifacts'-flag is set.
Do you know the problem or do you know how to debug this or get the error log?
Many thanks in advance.
For a better understanding the tree of the folder of the exported product is below:
.
├── eclipse
│   ├── artifacts.xml
│   ├── p2
│   │   ├── org.eclipse.equinox.p2.core
│   │   │   └── cache
│   │   │   └── artifacts.xml
│   │   └── org.eclipse.equinox.p2.engine
│   │   └── profileRegistry
│   │   └── profile.profile
│   │   ├── 1484645239079.profile.gz
│   │   ├── 1484645239543.profile.gz
│   │   ├── 1484645239702.profile.gz
│   │   └── 1484645239707.profile.gz
│   └── plugins
│   ├── bdd_1.0.0.201701171027.jar
│   ├── org.hamcrest.core_1.3.0.v201303031735.jar
│   └── org.junit_4.12.0.v201504281640
│   ├── about_files
│   │   └── cpl-v10.html
│   ├── about.html
│   ├── junit.jar
│   ├── META-INF
│   │   ├── eclipse.inf
│   │   ├── ECLIPSE_.RSA
│   │   ├── ECLIPSE_.SF
│   │   └── MANIFEST.MF
│   └── plugin.properties
└── repository
├── artifacts.jar
├── binary
│   └── bdd_root.gtk.linux.x86_64_1.0.0
├── content.jar
└── plugins
├── bdd_1.0.0.201701171027.jar
├── bdd.klighd_1.0.0.201701171027.jar
├── bdd.product_1.0.0.201701171027.jar
├── com.google.guava_15.0.0.v201403281430.jar
├── com.google.inject_3.0.0.v201605172100.jar
├── com.ibm.icu_56.1.0.v201601250100.jar
├── de.cau.cs.kieler.klighd_0.11.1.201612080334.jar
├── de.cau.cs.kieler.klighd.kgraph_0.1.0.201612080334.jar
├── de.cau.cs.kieler.klighd.krendering_0.8.0.201612080334.jar
├── de.cau.cs.kieler.klighd.krendering.extensions_0.8.0.201612080334.jar
├── de.cau.cs.kieler.klighd.piccolo_0.10.2.201612080334.jar
├── de.cau.cs.kieler.klighd.piccolo.freehep_0.3.0.201612080334.jar
├── de.cau.cs.kieler.klighd.ui_0.9.2.201612080334.jar
├── de.cau.cs.kieler.klighd.ui.contrib3x_0.3.0.201612080334.jar
├── de.cau.cs.kieler.klighd.ui.view_0.3.1.201612080334.jar
├── editorUnclosableRenderer_1.0.0.201701171027.jar
├── edu.umd.cs.piccolo_1.6.0.201612080334.jar
├── javax.inject_1.0.0.v20091030.jar
├── javax.servlet_3.1.0.v201410161800.jar
├── javax.xml_1.3.4.v201005080400.jar
├── org.antlr.runtime_3.2.0.v201101311130.jar
├── org.apache.ant_1.9.6.v201510161327.jar
├── org.apache.batik.css_1.7.0.v201011041433.jar
├── org.apache.batik.util_1.7.0.v201011041433.jar
├── org.apache.batik.util.gui_1.7.0.v200903091627.jar
├── org.apache.commons.cli_1.2.0.v201404270220.jar
├── org.apache.commons.jxpath_1.3.0.v200911051830.jar
├── org.apache.commons.lang_2.6.0.v201404270220.jar
├── org.apache.commons.logging_1.1.1.v201101211721.jar
├── org.apache.log4j_1.2.15.v201012070815.jar
├── org.eclipse.ant.core_3.4.100.v20160505-0642.jar
├── org.eclipse.compare_3.6.0.v20160418-1534.jar
├── org.eclipse.compare.core_3.6.0.v20160418-1534.jar
├── org.eclipse.core.commands_3.8.0.v20160316-1921.jar
├── org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar
├── org.eclipse.core.databinding_1.6.0.v20160412-0910.jar
├── org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar
├── org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar
├── org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar
├── org.eclipse.core.expressions_3.5.100.v20160418-1621.jar
├── org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar
├── org.eclipse.core.filesystem_1.6.0.v20160503-1608.jar
├── org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar
├── org.eclipse.core.jobs_3.8.0.v20160509-0411.jar
├── org.eclipse.core.net_1.3.0.v20160418-1534.jar
├── org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar
├── org.eclipse.core.resources_3.11.0.v20160503-1608.jar
├── org.eclipse.core.runtime_3.12.0.v20160606-1342.jar
├── org.eclipse.core.variables_3.3.0.v20160419-1720.jar
├── org.eclipse.debug.core_3.10.100.v20160419-1720.jar
├── org.eclipse.debug.ui_3.11.201.v20160825-1412.jar
├── org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar
├── org.eclipse.e4.core.contexts_1.5.0.v20160504-0909.jar
├── org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar
├── org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar
├── org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar
├── org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar
├── org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar
├── org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar
├── org.eclipse.e4.ui.css.core_0.12.0.v20160505-1310.jar
├── org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar
├── org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar
├── org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar
├── org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar
├── org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar
├── org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar
├── org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar
├── org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar
├── org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar
├── org.eclipse.e4.ui.workbench.addons.swt_1.2.100.v20160831-1151.jar
├── org.eclipse.e4.ui.workbench.renderers.swt_0.14.0.v20160525-0940.jar
├── org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar
├── org.eclipse.elk.alg.graphviz.dot_0.1.0.201612080903.jar
├── org.eclipse.elk.alg.graphviz.layouter_0.1.0.201612080903.jar
├── org.eclipse.elk.alg.layered_0.1.0.201612080903.jar
├── org.eclipse.elk.core_0.1.0.201612080903.jar
├── org.eclipse.elk.core.service_0.1.0.201612080903.jar
├── org.eclipse.elk.graph_0.1.0.201612080903.jar
├── org.eclipse.emf_2.6.0.v20160526-0356.jar
├── org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar
├── org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar
├── org.eclipse.emf.common_2.12.0.v20160420-0247.jar
├── org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar
├── org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar
├── org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar
├── org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar
├── org.eclipse.emf.edit_2.12.0.v20160526-0356.jar
├── org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar
├── org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar
├── org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar
├── org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar
├── org.eclipse.equinox.app_1.3.400.v20150715-1528.jar
├── org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar
├── org.eclipse.equinox.common_3.8.0.v20160509-1230.jar
├── org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar
├── org.eclipse.equinox.event_1.3.200.v20160324-1850.jar
├── org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
├── org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444.jar
├── org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar
├── org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar
├── org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar
├── org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar
├── org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar
├── org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar
├── org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar
├── org.eclipse.equinox.security_1.2.200.v20150715-1528.jar
├── org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar
├── org.eclipse.equinox.util_1.0.500.v20130404-1337.jar
├── org.eclipse.help_3.7.0.v20160602-1307.jar
├── org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar
├── org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar
├── org.eclipse.jdt.core_3.12.1.v20160829-0950.jar
├── org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar
├── org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar
├── org.eclipse.jdt.launching_3.8.100.v20160505-0636.jar
├── org.eclipse.jdt.ui_3.12.1.v20160822-0645.jar
├── org.eclipse.jface_3.12.0.v20160518-1929.jar
├── org.eclipse.jface.databinding_1.8.0.v20160420-2231.jar
├── org.eclipse.jface.text_3.11.1.v20160819-1517.jar
├── org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar
├── org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar
├── org.eclipse.osgi_3.11.1.v20160708-1632.jar
├── org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar
├── org.eclipse.osgi.services_3.5.100.v20160504-1419.jar
├── org.eclipse.search_3.11.0.v20160519-1501.jar
├── org.eclipse.swt_3.105.1.v20160907-0248.jar
├── org.eclipse.swt.gtk.linux.x86_64_3.105.1.v20160907-0248.jar
├── org.eclipse.team.core_3.8.0.v20160418-1534.jar
├── org.eclipse.team.ui_3.8.0.v20160518-1906.jar
├── org.eclipse.text_3.6.0.v20160503-1849.jar
├── org.eclipse.ui_3.108.0.v20160518-1929.jar
├── org.eclipse.ui.console_3.6.200.v20160518-1858.jar
├── org.eclipse.ui.editors_3.10.0.v20160505-0931.jar
├── org.eclipse.ui.forms_3.7.0.v20160518-1929.jar
├── org.eclipse.ui.ide_3.12.1.v20160823-0925.jar
├── org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar
├── org.eclipse.ui.navigator_3.6.100.v20160518-1929.jar
├── org.eclipse.ui.navigator.resources_3.5.100.v20160518-1929.jar
├── org.eclipse.ui.views_3.8.101.v20160816-1954.jar
├── org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar
├── org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar
├── org.eclipse.ui.workbench_3.108.1.v20160819-2118.jar
├── org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar
├── org.eclipse.xtend_2.2.0.v201605260315.jar
├── org.eclipse.xtend.lib_2.10.0.v201605250459.jar
├── org.eclipse.xtend.lib.macro_2.10.0.v201605250459.jar
├── org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar
├── org.eclipse.xtext_2.10.0.v201605250459.jar
├── org.eclipse.xtext.ide_2.10.0.v201605250459.jar
├── org.eclipse.xtext.logging_1.2.15.v201605250459.jar
├── org.eclipse.xtext.smap_2.10.0.v201605250459.jar
├── org.eclipse.xtext.ui_2.10.0.v201605250459.jar
├── org.eclipse.xtext.util_2.10.0.v201605250459.jar
├── org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar
├── org.hamcrest.core_1.3.0.v201303031735.jar
├── org.junit_4.12.0.v201504281640.jar
├── org.objectweb.asm_5.0.1.v201404251740.jar
├── org.tukaani.xz_1.3.0.v201308270617.jar
├── org.w3c.css.sac_1.3.1.v200903091627.jar
├── org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar
├── org.w3c.dom.smil_1.0.1.v200903091627.jar
└── org.w3c.dom.svg_1.1.0.v201011041433.jar
14 directories, 181 files
And here is my product file:
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="BDDProduct" uid="bdd" id="bdd.product.bdd" application="org.eclipse.ui.ide.workbench" useFeatures="false" includeLaunchers="true">
<configIni use="default">
</configIni>
<launcherArgs>
<programArgs>-nl de
</programArgs>
<programArgsLin>-nl de
</programArgsLin>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
<windowImages/>
<launcher name="VisualBDD">
<solaris/>
<win useIco="false">
<bmp/>
</win>
</launcher>
<vm>
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</linux>
<windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows>
</vm>
<plugins>
<plugin id="bdd"/>
<plugin id="bdd.klighd"/>
<plugin id="bdd.product"/>
<plugin id="com.google.guava"/>
<plugin id="com.google.inject"/>
<plugin id="com.ibm.icu"/>
<plugin id="de.cau.cs.kieler.klighd"/>
<plugin id="de.cau.cs.kieler.klighd.kgraph"/>
<plugin id="de.cau.cs.kieler.klighd.krendering"/>
<plugin id="de.cau.cs.kieler.klighd.krendering.extensions"/>
<plugin id="de.cau.cs.kieler.klighd.piccolo"/>
<plugin id="de.cau.cs.kieler.klighd.piccolo.freehep" fragment="true"/>
<plugin id="de.cau.cs.kieler.klighd.ui"/>
<plugin id="de.cau.cs.kieler.klighd.ui.contrib3x"/>
<plugin id="de.cau.cs.kieler.klighd.ui.view"/>
<plugin id="editorUnclosableRenderer"/>
<plugin id="edu.umd.cs.piccolo"/>
<plugin id="javax.inject"/>
<plugin id="javax.servlet"/>
<plugin id="javax.xml"/>
<plugin id="org.antlr.runtime"/>
<plugin id="org.apache.ant"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.util"/>
<plugin id="org.apache.batik.util.gui"/>
<plugin id="org.apache.commons.cli"/>
<plugin id="org.apache.commons.jxpath"/>
<plugin id="org.apache.commons.lang"/>
<plugin id="org.apache.commons.logging"/>
<plugin id="org.apache.log4j"/>
<plugin id="org.eclipse.ant.core"/>
<plugin id="org.eclipse.compare"/>
<plugin id="org.eclipse.compare.core"/>
<plugin id="org.eclipse.core.commands"/>
<plugin id="org.eclipse.core.contenttype"/>
<plugin id="org.eclipse.core.databinding"/>
<plugin id="org.eclipse.core.databinding.beans"/>
<plugin id="org.eclipse.core.databinding.observable"/>
<plugin id="org.eclipse.core.databinding.property"/>
<plugin id="org.eclipse.core.expressions"/>
<plugin id="org.eclipse.core.filebuffers"/>
<plugin id="org.eclipse.core.filesystem"/>
<plugin id="org.eclipse.core.filesystem.linux.x86_64" fragment="true"/>
<plugin id="org.eclipse.core.jobs"/>
<plugin id="org.eclipse.core.net"/>
<plugin id="org.eclipse.core.net.linux.x86_64" fragment="true"/>
<plugin id="org.eclipse.core.resources"/>
<plugin id="org.eclipse.core.runtime"/>
<plugin id="org.eclipse.core.variables"/>
<plugin id="org.eclipse.debug.core"/>
<plugin id="org.eclipse.debug.ui"/>
<plugin id="org.eclipse.e4.core.commands"/>
<plugin id="org.eclipse.e4.core.contexts"/>
<plugin id="org.eclipse.e4.core.di"/>
<plugin id="org.eclipse.e4.core.di.annotations"/>
<plugin id="org.eclipse.e4.core.di.extensions"/>
<plugin id="org.eclipse.e4.core.services"/>
<plugin id="org.eclipse.e4.emf.xpath"/>
<plugin id="org.eclipse.e4.ui.bindings"/>
<plugin id="org.eclipse.e4.ui.css.core"/>
<plugin id="org.eclipse.e4.ui.css.swt"/>
<plugin id="org.eclipse.e4.ui.css.swt.theme"/>
<plugin id="org.eclipse.e4.ui.di"/>
<plugin id="org.eclipse.e4.ui.model.workbench"/>
<plugin id="org.eclipse.e4.ui.services"/>
<plugin id="org.eclipse.e4.ui.swt.gtk" fragment="true"/>
<plugin id="org.eclipse.e4.ui.widgets"/>
<plugin id="org.eclipse.e4.ui.workbench"/>
<plugin id="org.eclipse.e4.ui.workbench.addons.swt"/>
<plugin id="org.eclipse.e4.ui.workbench.renderers.swt"/>
<plugin id="org.eclipse.e4.ui.workbench.swt"/>
<plugin id="org.eclipse.e4.ui.workbench3"/>
<plugin id="org.eclipse.elk.alg.graphviz.dot"/>
<plugin id="org.eclipse.elk.alg.graphviz.layouter"/>
<plugin id="org.eclipse.elk.alg.layered"/>
<plugin id="org.eclipse.elk.core"/>
<plugin id="org.eclipse.elk.core.service"/>
<plugin id="org.eclipse.elk.graph"/>
<plugin id="org.eclipse.emf"/>
<plugin id="org.eclipse.emf.codegen"/>
<plugin id="org.eclipse.emf.codegen.ecore"/>
<plugin id="org.eclipse.emf.common"/>
<plugin id="org.eclipse.emf.common.ui"/>
<plugin id="org.eclipse.emf.ecore"/>
<plugin id="org.eclipse.emf.ecore.change"/>
<plugin id="org.eclipse.emf.ecore.xmi"/>
<plugin id="org.eclipse.emf.edit"/>
<plugin id="org.eclipse.emf.edit.ui"/>
<plugin id="org.eclipse.emf.mwe.core"/>
<plugin id="org.eclipse.emf.mwe.utils"/>
<plugin id="org.eclipse.emf.mwe2.runtime"/>
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.bidi"/>
<plugin id="org.eclipse.equinox.common"/>
<plugin id="org.eclipse.equinox.ds"/>
<plugin id="org.eclipse.equinox.event"/>
<plugin id="org.eclipse.equinox.launcher"/>
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" fragment="true"/>
<plugin id="org.eclipse.equinox.p2.core"/>
<plugin id="org.eclipse.equinox.p2.engine"/>
<plugin id="org.eclipse.equinox.p2.metadata"/>
<plugin id="org.eclipse.equinox.p2.metadata.repository"/>
<plugin id="org.eclipse.equinox.p2.repository"/>
<plugin id="org.eclipse.equinox.preferences"/>
<plugin id="org.eclipse.equinox.registry"/>
<plugin id="org.eclipse.equinox.security"/>
<plugin id="org.eclipse.equinox.simpleconfigurator"/>
<plugin id="org.eclipse.equinox.util"/>
<plugin id="org.eclipse.help"/>
<plugin id="org.eclipse.jdt.compiler.apt" fragment="true"/>
<plugin id="org.eclipse.jdt.compiler.tool" fragment="true"/>
<plugin id="org.eclipse.jdt.core"/>
<plugin id="org.eclipse.jdt.core.manipulation"/>
<plugin id="org.eclipse.jdt.debug"/>
<plugin id="org.eclipse.jdt.launching"/>
<plugin id="org.eclipse.jdt.ui"/>
<plugin id="org.eclipse.jface"/>
<plugin id="org.eclipse.jface.databinding"/>
<plugin id="org.eclipse.jface.text"/>
<plugin id="org.eclipse.ltk.core.refactoring"/>
<plugin id="org.eclipse.ltk.ui.refactoring"/>
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.osgi.compatibility.state" fragment="true"/>
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.search"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.swt.gtk.linux.x86_64" fragment="true"/>
<plugin id="org.eclipse.team.core"/>
<plugin id="org.eclipse.team.ui"/>
<plugin id="org.eclipse.text"/>
<plugin id="org.eclipse.ui"/>
<plugin id="org.eclipse.ui.console"/>
<plugin id="org.eclipse.ui.editors"/>
<plugin id="org.eclipse.ui.forms"/>
<plugin id="org.eclipse.ui.ide"/>
<plugin id="org.eclipse.ui.ide.application"/>
<plugin id="org.eclipse.ui.navigator"/>
<plugin id="org.eclipse.ui.navigator.resources"/>
<plugin id="org.eclipse.ui.views"/>
<plugin id="org.eclipse.ui.views.log"/>
<plugin id="org.eclipse.ui.views.properties.tabbed"/>
<plugin id="org.eclipse.ui.workbench"/>
<plugin id="org.eclipse.ui.workbench.texteditor"/>
<plugin id="org.eclipse.xtend"/>
<plugin id="org.eclipse.xtend.lib"/>
<plugin id="org.eclipse.xtend.lib.macro"/>
<plugin id="org.eclipse.xtend.typesystem.emf"/>
<plugin id="org.eclipse.xtext"/>
<plugin id="org.eclipse.xtext.ide"/>
<plugin id="org.eclipse.xtext.logging" fragment="true"/>
<plugin id="org.eclipse.xtext.smap"/>
<plugin id="org.eclipse.xtext.ui"/>
<plugin id="org.eclipse.xtext.util"/>
<plugin id="org.eclipse.xtext.xbase.lib"/>
<plugin id="org.hamcrest.core"/>
<plugin id="org.junit"/>
<plugin id="org.objectweb.asm"/>
<plugin id="org.tukaani.xz"/>
<plugin id="org.w3c.css.sac"/>
<plugin id="org.w3c.dom.events"/>
<plugin id="org.w3c.dom.smil"/>
<plugin id="org.w3c.dom.svg"/>
</plugins>
<configurations>
<plugin id="org.eclipse.core.commands" autoStart="true" startLevel="3" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.ui.ide.application" autoStart="true" startLevel="3" />
</configurations>
<preferencesInfo>
<targetfile overwrite="false"/>
</preferencesInfo>
<cssInfo>
</cssInfo>
</product>
I had set the flag 'generate p2 repository' in the 'Eclipse Product Export Wizard'. Unsetting this flag made the export successfully.

Apache IVY Unable to resolve dependencies for MAVEN Projects

I have a setup of Apache Ivy(Version 2.4.0) and Netbeans IDE(8.0.2). I have not been able to resolve dependencies for full blown maven projects(For example:org.glassfish.jersey). Apache Ivy successfully resolves dependencies for more specific modules like (org.glassfish.jersey.core).
Non working Example:
<dependency org="org.glassfish.jersey" name="project" rev="2.13" conf="solrj->*"/>
Working Examples:
<dependency org="org.apache.solr" name="solr-solrj" rev="5.0.0" conf="solrj->default"/>
<dependency org="org.glassfish.jersey.core" name="jersey-server" rev="2.13" conf="JerseyCore-2.13->default,optional"/>
<dependency org="org.glassfish.jersey.core" name="jersey-client" rev="2.13" conf="JerseyCore-2.13->default,optional"/>
<dependency org="org.glassfish.jersey.core" name="jersey-common" rev="2.13" conf="JerseyCore-2.13->default,optional"/>
ivy.xml
<ivy-module version="2.0">
<info organisation="org.sonatype.nexus.examples" module="simple-project" revision="1.0.0-SNAPSHOT"/>
<configurations>
<conf name="solrj" description="Jars from the SOLRJ Library Collection"/>
</configurations>
<dependencies>
<dependency org="org.glassfish.jersey" name="project" rev="2.13" conf="solrj->*"/>
<dependency org="org.apache.solr" name="solr-solrj" rev="5.0.0" conf="solrj->default"/>
</dependencies>
ivysettings.xml
<ivysettings>
<settings defaultResolver="ibiblio"/>
<resolvers>
<ibiblio name="ibiblio" m2compatible="true"/>
</resolvers>
build.xml(Just the IVY Part).
<!-- Resolve all the dependencies that we declared in the build.xml file.
Resolving means that ivy will download the jar file from the MAVEN 2 Repository
and put them under the directory that you specify in the build.xml file.
In my case this is where all the jar files will be downloaded "C:\Users\ajalgaon\Accurev\solrj\lib" -->
<target name="init">
<ivy:settings file="ivysettings.xml" />
<ivy:resolve/>
<ivy:report todir="prebuilt/ivy-report" graph="false"/>
<ivy:retrieve conf="solrj" pattern="prebuilt/jars/solrj-lib/[artifact].[ext]"/>
</target>
Apache IVY Successfully resolves dependencies for the solr-solrj module. But it does not resolve dependency for "org.glassfish.jersey". Apache IVY Does not resolve dependencies for anything that has the attribute name="project" in the ivy.xml file. Kindly let me know if I need to post more information here. Thanks a lot in advance.
Cannot reproduce your issue.
Example
├── build.xml
├── ivy.xml
└── target
├── ivy-reports
│   ├── ivy-report.css
│   └── org.sonatype.nexus.examples-simple-project-solrj.html
└── jars
├── commons-io.jar
├── httpclient.jar
├── httpcore.jar
├── httpmime.jar
├── noggit.jar
├── slf4j-api.jar
├── solr-solrj.jar
├── stax2-api.jar
├── woodstox-core-asl.jar
└── zookeeper.jar
ivy.xml
<ivy-module version="2.0">
<info organisation="org.sonatype.nexus.examples" module="simple-project" revision="1.0.0-SNAPSHOT"/>
<configurations>
<conf name="solrj" description="Jars from the SOLRJ Library Collection"/>
</configurations>
<dependencies>
<dependency org="org.glassfish.jersey" name="project" rev="2.13" conf="solrj->*"/>
<dependency org="org.apache.solr" name="solr-solrj" rev="5.0.0" conf="solrj->default"/>
</dependencies>
</ivy-module>
build.xml
<project name="demo" default="resolve" xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="build.dir" location="target"/>
<available classname="org.apache.ivy.Main" property="ivy.installed"/>
<target name="resolve" depends="install-ivy" description="Use ivy to resolve classpaths">
<ivy:resolve/>
<ivy:report todir='${build.dir}/ivy-reports' graph='false' xml='false'/>
<ivy:retrieve conf="solrj" pattern="${build.dir}/jars/[artifact].[ext]"/>
</target>
<target name="install-ivy" description="Install ivy" unless="ivy.installed">
<mkdir dir="${user.home}/.ant/lib"/>
<get dest="${user.home}/.ant/lib/ivy.jar" src="http://search.maven.org/remotecontent?filepath=org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar"/>
<fail message="Ivy has been installed. Run the build again"/>
</target>
<target name="clean" description="Cleanup build files">
<delete dir="${build.dir}"/>
</target>
<target name="clean-all" depends="clean" description="Additionally purge ivy cache">
<ivy:cleancache/>
</target>
</project>

Phing - imported build file does not execute

New to phing, I feel dumb but when I import one build file into another. The imported build file does not execute. I must have something wrong (note that $ phing --buildfile imported.xml runs fine).
I have tried:
<?xml version="1.0" encoding="UTF-8"?>
<project name="myproject" default="project" basedir="." description="Set up project">
<target name="project">
<echo msg="Deploy" />
</target>
<import file="import.xml"/>
</project>
AND
<?xml version="1.0" encoding="UTF-8"?>
<project name="myproject" default="project" basedir="." description="Set up project">
<target name="project">
<echo msg="Deploy" />
<import file="import.xml"/>
</target>
</project>
Nevermind, I see that you have to make a inside the default target.
so now:
<?xml version="1.0" encoding="UTF-8"?>
<project name="myproject" default="project" basedir="." description="Set up project">
<target name="project">
<echo msg="Deploy" />
<phingcall target="importedTarget" />
</target>
<import file="import.xml"/>
</project>
I think that the problem is with the "namespaces". I explain you my case, that could be yours.
I have a build.xml file that imports this structure:
.
├── bin
│   ├── phing
│   │   ├── qgpl
│   │   │   ├── console.xml
│   │   │   └── folder.xml
│   │   └── skel.xml
importing these tasks at the bottom of build.xml
<import file="${tasks.dir}/phing/skel.xml" optional="false" />
<import file="${tasks.dir}/phing/qgpl/console.xml" optional="false" />
<import file="${tasks.dir}/phing/qgpl/folder.xml" optional="false" />
If the file bin/phing/qgpl/console.xml is defined with:
<project name="qgpl.console" basedir="${build.dir}" >
I get the targets duplicated:
phing -l
Buildfile: build.xml
[property] Loading etc/config.ini
[property] Loading etc/local-config.ini
[property] Loading etc/after-local-config.ini
Default target:
-------------------------------------------------------------------------------
build Build the application
Main targets:
-------------------------------------------------------------------------------
base64Encode Convertim a Base64 una cadena preguntada
[...]
qgpl_console.base64Encode Convertim a Base64 una cadena preguntada
But if there is only one base64Encode target in the project, I must to execute it with
phing base64Encode
because
phing qgpl_console.base64Encode
do nothing, no errors but nothing executed.
I fix it removing the project name keyword in the imported files
<project basedir="${build.dir}" >
And adding the "namespace" in each target
<target name="qgpl.console.base64Encode" description="Convertim a Base64 una cadena preguntada" >
<input propertyname="stringPlain">Input string to convert to Base64</input>
<qgpl.base64Encode string="${stringPlain}" returnProperty="string64" />
<echo>${string64}</echo>
</target>
I was searching in the documentation, but I don't found other way to do it.

Import project generated by gwt-maven-plugin

i followed the instruction of gwt-maven-plugin, generated then imported the project below,
1) Generate the project
$ mvn archetype:generate \
-DarchetypeGroupId=org.codehaus.mojo \
-DarchetypeArtifactId=gwt-maven-plugin \
-DarchetypeVersion=2.5.0
...
Define value for property 'groupId': : org.codehaus.mojo
Define value for property 'artifactId': : gwt-maven-plugin-sample
Define value for property 'version': 1.0-SNAPSHOT: :
Define value for property 'package': org.codehaus.mojo: :
Define value for property 'module': : Sample
...
2) Check the generated POM
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin-sample</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>GWT Maven Archetype</name>
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.5.0</gwtVersion>
<!-- GWT needs at least java 1.5 -->
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.0.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.0.GA</version>
<classifier>sources</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
<plugins>
<!-- GWT Maven Plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.5.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>test</goal>
<goal>i18n</goal>
<goal>generateAsync</goal>
</goals>
</execution>
</executions>
<!-- Plugin configuration. There are many available options, see
gwt-maven-plugin documentation at codehaus.org -->
<configuration>
<runTarget>Sample.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
<i18nMessagesBundle>org.codehaus.mojo.client.Messages</i18nMessagesBundle>
</configuration>
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>exploded</goal>
</goals>
</execution>
</executions>
<configuration>
<webappDirectory>${webappDirectory}</webappDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
3) Check the generated project
gwt-maven-plugin-sample/
├── .classpath
├── pom.xml
├── .project
├── SampleTest-dev.launch
├── SampleTest-prod.launch
├── .settings
│   ├── com.google.appengine.eclipse.core.prefs
│   ├── com.google.gdt.eclipse.core.prefs
│   ├── com.google.gwt.eclipse.core.prefs
│   ├── .jsdtscope
│   ├── org.eclipse.jdt.core.prefs
│   ├── org.eclipse.wst.common.component
│   ├── org.eclipse.wst.common.project.facet.core.xml
│   ├── org.eclipse.wst.jsdt.ui.superType.container
│   └── org.maven.ide.eclipse.prefs
├── src
│   ├── main
│   │   ├── java
│   │   │   └── org
│   │   │   └── codehaus
│   │   │   └── mojo
│   │   │   ├── client
│   │   │   │   ├── GreetingService.java
│   │   │   │   └── Sample.java
│   │   │   ├── server
│   │   │   │   └── GreetingServiceImpl.java
│   │   │   └── shared
│   │   │   └── FieldVerifier.java
│   │   ├── resources
│   │   │   └── org
│   │   │   └── codehaus
│   │   │   └── mojo
│   │   │   ├── client
│   │   │   │   ├── Messages_fr.properties
│   │   │   │   └── Messages.properties
│   │   │   └── Sample.gwt.xml
│   │   └── webapp
│   │   ├── Sample.css
│   │   ├── Sample.html
│   │   └── WEB-INF
│   │   └── web.xml
│   └── test
│   ├── java
│   │   └── org
│   │   └── codehaus
│   │   └── mojo
│   │   └── client
│   │   └── GwtTestSample.java
│   └── resources
│   └── org
│   └── codehaus
│   └── mojo
│   └── SampleJUnit.gwt.xml
└── target
└── generated-sources
└── gwt
└── org
└── codehaus
└── mojo
33 directories, 26 files
4) On Eclipse, choose "Import Existing Project to Workspace"
5) According to the instruction of gwt-maven-plugin, the imported project should have resulted in the project structure similar to below,
In the end by our comparing 4) to 5), the problem in sight seems that no maven dependencies were added by the import at all, in other words, the generated project was not validated as a maven project. So, what's wrong with the steps above and the configuration below?
gwt-maven-plugin 2.5.0
m2e 1.2.0.20120903-1050
eclipse 3.7.2
maven 3.0.4
#EDIT
Ran "mvn gwt:run" successfully, but failed to launch DevMode by GWT Eclipse Plugin,
#EDIT 2
Referring to the link from #Sachin Shekhar R, i've looked into the official GWT Wiki: working with maven, followed the instruction and tested DynaTable RequestFactory sample. Great, it does work!
Unfortunately, the Wiki echoes that gwt-maven-plugin does have issues with the archetype in use.
gwt-maven-plugin 2.5.0 works best with GWT 2.5.0. The statement Ran "mvn gwt:run" successfully, but failed to launch DevMode by GWT Eclipse Plugin is a bit confusing.
I also noticed that in your case -
1) The generated pom file in indicates 2.5.0 and eclipse screenshot indicates 2.0.4. This might because your GPE is pointing to GWT 2.0.4 and overriding the pom files directive.
2) If you are using maven gwt:run then GWT Eclipse Plugin is irrelevant. The dev mode gets launched either by
a) mvn gwt:run
b) by GWT Eclipse Plugin when you right click on project and select Debug As -> Web Application
3) Maven dependencies are being shown in the screenshot you have shared. Can you expand it and verify which jars are being picked up.
Edit -
You can try some additional troubleshooting tips from with http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven
My guess would be the configuration # Project properties, Google > Web Application, the "This project has a WAR directory"

multi-modules project with maven is not working as expected?

Hi
I am trying to create a multi-modules project in eclipse with m2eclipse. I followed some tutorials but the way it work is not what i expect:
Here is the structure of my project
-Root
- webapps
- module1
- module2
I have pom.xml for Root and modules. (module 1 and 2 are independent to each other)
In the pom.xml (Root), i have
<modules>
<module>./webapps/module1</module>
<module>./webapps/module2</module>
</modules>
In module1's pom.xml:
<parent>
<groupId>{RootGroupId}</groupId>
<artifactId>{RootArtifactId}</artifactId>
<version>{RootVersionId}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
In module2, it is similar to module 1.
When I go to Root and run the pom file, it will trigger the Root's phases first and the module's phases later (build the root project and also build the module projects). To me it is fine.
But the problem happens when i go to module1 and run the pom.xml. Then it also so do the same: trigger the Root pom.xml and module1's pom.xml. i dont like this. What i want to be happened is ONLY the module1's pom file is triggered (ONLY module1 is built), root's pom will not be triggered (Root project is not be built).
Any help, please.
Update: If you don't want a plugin configuration to be applied in POMs which inherit from the POM where it is declared, set inherited to false.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<inherited>false</inherited> <!-- THIS SHOULD DO IT -->
<executions>
<execution>
<id>read-project-properties</id>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>build.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
Reference
Maven POM Reference
Plugins
I tried to reproduce the problem... but didn't succeed. I created a similar project structure:
$ tree .
.
├── pom.xml
└── webapps
├── module1
│   ├── pom.xml
│   └── src
│   └── main
│   └── webapp
│   ├── index.jsp
│   └── WEB-INF
│   └── web.xml
└── module2
├── pom.xml
└── src
└── main
├── resources
└── webapp
├── index.jsp
└── WEB-INF
└── web.xml
Where the parent pom.xml declares:
<modules>
<module>webapps/module1</module>
<module>webapps/module2</module>
</modules>
And each child:
<parent>
<artifactId>Q3790987</artifactId>
<groupId>com.stackoverflow</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Building from the root triggers a reactor build:
$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Q3790987
[INFO] module1 Maven Webapp
[INFO] module2 Maven Webapp
[INFO]
[INFO] ------------------------------------------------------------------------
...
But building a child doesn't trigger anything on the parent:
$ cd webapps/module1/
$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module1 Maven Webapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
...
Everything works as expected for me.
(initial answer removed as it appeared I misinterpreted the question)