[
https://issues.apache.org/jira/browse/HBASE-12299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178752#comment-14178752
]
Andrew Purtell commented on HBASE-12299:
----------------------------------------
We don't need any additional changes to get {{-Dtest=...}} working after the
checkstyle module has been hooked up to the parent. Just checked with the patch
on this issue.
{noformat}
$ mvn clean install -Dtest=TestAtomicOperation -DskipITs
...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.092 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:29 min
[INFO] Finished at: 2014-10-21T11:02:31-08:00
[INFO] Final Memory: 122M/1171M
{noformat}
> Can't assemble tarballs after HBASE-12261
> -----------------------------------------
>
> Key: HBASE-12299
> URL: https://issues.apache.org/jira/browse/HBASE-12299
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Priority: Blocker
> Attachments: HBASE-12299-0.98.patch, HBASE-12299-branch-1.patch,
> HBASE-12299-master.patch, HBASE-12299.patch
>
>
> {{$ mvn -DskipTests clean install package assembly:single}}
> ...
> ERROR Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) on
> project hbase-assembly: Failed to create assembly: Artifact:
> org.apache.hbase:hbase-checkstyle:jar:0.98.7 (included by module) does not
> have an artifact with a file. Please ensure the package phase is run before
> the assembly is generated.
> $ {{mvn -DskipTests clean install package && mvn -DskipTests assembly:single}}
> ...
> ERROR Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) on
> project hbase-assembly: Failed to create assembly: Artifact:
> org.apache.hbase:hbase-annotations:jar:0.98.8-SNAPSHOT (included by module)
> does not have an artifact with a file. Please ensure the package phase is run
> before the assembly is generated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)