Shwetha G S created FALCON-101:
----------------------------------
Summary: mvn release:prepare fails because of build order
Key: FALCON-101
URL: https://issues.apache.org/jira/browse/FALCON-101
Project: Falcon
Issue Type: Bug
Reporter: Shwetha G S
Assignee: Shwetha G S
No module depends on Build tools and Build Tools is defined after all other
modules. Hence build tools comes last in build order. But checkstyle requires
build tools jar
[INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @
falcon-main ---
[INFO] Downloading:
http://repository.apache.org/snapshots/org/apache/falcon/build-tools/0.4.1-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloading:
http://repository.apache.org/snapshots/org/apache/falcon/build-tools/0.4.1-incubating-SNAPSHOT/build-tools-0.4.1-incubating-SNAPSHOT.pom
[INFO] [WARNING] The POM for
org.apache.falcon:build-tools:jar:0.4.1-incubating-SNAPSHOT is missing, no
dependency information available
[INFO] Downloading:
http://repository.apache.org/snapshots/org/apache/falcon/build-tools/0.4.1-incubating-SNAPSHOT/build-tools-0.4.1-incubating-SNAPSHOT.jar
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Apache Falcon ..................................... FAILURE
[12.163s]
[INFO] [INFO] Apache Falcon CLI client .......................... SKIPPED
[INFO] [INFO] Apache Falcon Metrics ............................. SKIPPED
[INFO] [INFO] Apache Falcon Test Utility ........................ SKIPPED
[INFO] [INFO] Apache Falcon Commons ............................. SKIPPED
[INFO] [INFO] Apache Falcon Oozie EL Extension .................. SKIPPED
[INFO] [INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SKIPPED
[INFO] [INFO] Apache Falcon Messaging ........................... SKIPPED
[INFO] [INFO] Apache Falcon Oozie Adaptor ....................... SKIPPED
[INFO] [INFO] Apache Falcon Feed ................................ SKIPPED
[INFO] [INFO] Apache Falcon Process ............................. SKIPPED
[INFO] [INFO] Apache Falcon Acquisition ......................... SKIPPED
[INFO] [INFO] Apache Falcon Replication ......................... SKIPPED
[INFO] [INFO] Apache Falcon Retention ........................... SKIPPED
[INFO] [INFO] Apache Falcon Archival ............................ SKIPPED
[INFO] [INFO] Apache Falcon Rerun ............................... SKIPPED
[INFO] [INFO] Apache Falcon Prism ............................... SKIPPED
[INFO] [INFO] Apache Falcon Web Application ..................... SKIPPED
[INFO] [INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] [INFO] Build Tools ....................................... SKIPPED
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 14.218s
[INFO] [INFO] Finished at: Wed Aug 28 15:30:50 IST 2013
[INFO] [INFO] Final Memory: 20M/59M
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check (checkstyle-check)
on project falcon-main: Execution checkstyle-check of goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check failed: Plugin
org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1 or one of its
dependencies could not be resolved: Could not find artifact
org.apache.falcon:build-tools:jar:0.4.1-incubating-SNAPSHOT in apache.snapshots
(http://repository.apache.org/snapshots) -> [Help 1]
[INFO] [ERROR]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira