Yes, unfortunately there is an issue with v2.10. There are several tickets
created for this and there are people working on it.

/Anders

On Thu, Sep 25, 2014 at 8:09 PM, <[email protected]> wrote:

> I found the same issue and had to roll back to the previous version.
>
> Cody Fyler
> Lending Grid Build Team
> G=Lending Grid Builds
> (515) – 441 - 0814
>
> -----Original Message-----
> From: Steven Schlansker [mailto:[email protected]]
> Sent: Thursday, September 25, 2014 1:02 PM
> To: Maven Users List
> Subject: maven-javadoc-plugin 2.10 upgrade breaks build
>
> I have a project that under javadoc plugin 2.9.1 works fine:
>
> [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn
> org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar
> …
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ————————————————————————————————————
>
> but now fails under 2.10:
>
> [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn
> org.apache.maven.plugins:maven-javadoc-plugin:2.10:jar
>
> 100 warnings
> [WARNING] Javadoc Warnings
> [WARNING]
> /Users/steven/ot-code/otj-jaxrs/shared/src/main/java/com/opentable/jaxrs/exceptions/ExcessivelySizedHttpBodyExceptionMapper.java:18:
> error: package javax.ws.rs.core does not exist [WARNING] import
> javax.ws.rs.core.MediaType; [WARNING] ^ [WARNING]
> /Users/steven/ot-code/otj-jaxrs/shared/src/main/java/com/opentable/jaxrs/exceptions/ExcessivelySizedHttpBodyExceptionMapper.java:19:
> error: package javax.ws.rs.core does not exist [WARNING] import
> javax.ws.rs.core.Response; [WARNING] ^ [WARNING]
> /Users/steven/ot-code/otj-jaxrs/shared/src/main/java/com/opentable/jaxrs/exceptions/ExcessivelySizedHttpBodyExceptionMapper.java:20:
> error: package javax.ws.rs.core.Response does not exist [WARNING] import
> javax.ws.rs.core.Response.Status; [WARNING] ^ [WARNING]
> /Users/steven/ot-code/otj-jaxrs/shared/src/main/java/com/opentable/jaxrs/exceptions/ExcessivelySizedHttpBodyExceptionMapper.java:21:
> error: package javax.ws.rs.ext does not exist [WARNING] import
> javax.ws.rs.ext.Provider; [WARNING] ^
>
> In fact, it seems that almost all of the dependencies are now reference
> errors!  With -X I can see that it thinks the jar is available:
>
> [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1,
> ConflictMarker.markTime=0, ConflictMarker.nodeCount=31,
> ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0,
> ConflictIdSorter.conflictIdCount=21, ConflictIdSorter.confl
> ictIdCycleCount=0, ConflictResolver.totalTime=2,
> ConflictResolver.conflictItemCount=30,
> DefaultDependencyCollector.collectTime=85,
> DefaultDependencyCollector.transformTime=3}
> [DEBUG] com.opentable.components:otj-jaxrs-shared:jar:1.4.0-SNAPSHOT
> ...
> [DEBUG]    javax.ws.rs:javax.ws.rs-api:jar:2.0:compile
> …
>
> Is anyone else seeing problems like this?  What am I doing wrong?
> Thanks!
> Steven
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

Reply via email to