Skip to content

mvn integration-test site fails enforce-ban-duplicate-classes #270

Description

@cburroughs
mvn integration-test site
...<snip>...
[INFO] ------------------------------------------------------------------------
[INFO] Building java-manta-client-kryo-serialization 3.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ java-manta-client-kryo-serialization ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ java-manta-client-kryo-serialization ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ java-manta-client-kryo-serialization ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ban-circular-dependencies) @ java-manta-client-kryo-serialization ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ban-duplicate-classes) @ java-manta-client-kryo-serialization ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.BanDuplicateClasses failed with message:
Duplicate classes found:

  Found in:
    com.joyent.manta:java-manta-client:jar:3.1.2-SNAPSHOT:compile
    com.twmacinta:fast-md5:jar:2.7.1:compile
  Duplicate classes:
    com/twmacinta/util/MD5State.class
    com/twmacinta/util/MD5InputStream.class
    com/twmacinta/util/MD5.class

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] java-manta ......................................... SUCCESS [ 11.936 s]
[INFO] java-manta-client .................................. SUCCESS [ 40.718 s]
[INFO] java-manta-client-kryo-serialization ............... FAILURE [  0.254 s]
[INFO] java-manta-cli ..................................... SKIPPED
[INFO] java-manta-benchmark ............................... SKIPPED
[INFO] java-manta-it ...................................... SKIPPED
[INFO] java-manta-examples ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.091 s
[INFO] Finished at: 2017-06-23T17:23:41-04:00
[INFO] Final Memory: 81M/761M
```

I've tried to reduce this to a simpler set of goals to no avail.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions