I am following process specified at http://apex.apache.org/release.html to
prepare a release candidate for 3.6.

I am getting error while executing command
mvn clean apache-rat:check deploy -Papache-release -DskipTests


100 warnings
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Apex ........................................ SUCCESS [06:51
min]
[INFO] Apache Apex API .................................... FAILURE [
 5.255 s]
[INFO] Apache Apex Common Library ......................... SKIPPED
[INFO] Apache Apex Buffer Server .......................... SKIPPED
[INFO] Apache Apex Stream Processing Engine ............... SKIPPED
[INFO] Apache Apex Application Maven Archetype ............ SKIPPED
[INFO] Apache Apex App Configuration Maven Archetype ...... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 06:56 min
[INFO] Finished at: 2017-04-26T12:41:35+05:30
[INFO] Final Memory: 74M/903M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on
project apex-api: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 -
/home/tushar/work/apex/core/api/src/main/java/com/datatorrent/api/Attribute.java:116:
warning: no description for @param
[ERROR] * @param <T>
[ERROR] ^
[ERROR]
/home/tushar/work/apex/core/api/src/main/java/com/datatorrent/api/Attribute.java:117:
warning: no description for @param
[ERROR] * @param key
[ERROR] ^
[ERROR]
/home/tushar/work/apex/core/api/src/main/java/com/datatorrent/api/Attribute.java:146:
warning: no description for @throws
[ERROR] * @throws java.lang.CloneNotSupportedException
[ERROR] ^
[ERROR]
/home/tushar/work/apex/core/api/src/main/java/com/datatorrent/api/AutoMetric.java:59:
error: self-closing element not allowed
[ERROR] * It aggregates metrics from multiple physical partitions of an
operator to a logical one.<br/>
[ERROR] ^

What is the correct command to build the release.

Thanks,
- Tushar.

Reply via email to