Repository: flex-falcon Updated Branches: refs/heads/feature/maven-migration 748c1df8e -> 02d6ae989
Fixed some warnings in the maven plugins builds Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/02d6ae98 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/02d6ae98 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/02d6ae98 Branch: refs/heads/feature/maven-migration Commit: 02d6ae9893c9bde911fe2e934ea9ae318b1a49cb Parents: 748c1df Author: Christofer Dutz <[email protected]> Authored: Sat Mar 19 13:06:44 2016 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 19 13:06:44 2016 +0100 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 2 +- flexjs-maven-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/02d6ae98/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 4f9e05f..f283c09 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -64,7 +64,7 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.1</version> <configuration> - <goalPrefix>compiler.build-tools</goalPrefix> + <goalPrefix>compiler-build-tools</goalPrefix> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/02d6ae98/flexjs-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/pom.xml b/flexjs-maven-plugin/pom.xml index 321d8e1..e74f3cf 100644 --- a/flexjs-maven-plugin/pom.xml +++ b/flexjs-maven-plugin/pom.xml @@ -76,7 +76,7 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.1</version> <configuration> - <goalPrefix>externc</goalPrefix> + <goalPrefix>flexjs</goalPrefix> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions>
