Am 06/09/16 um 09:04 schrieb Petar Tahchiev:
> Hello,
> 
> I checked on Windows with Herve's [1]. Unfortunately I am unable to build
> my project with 3.4.0-SNAPSHOT. I have this dependency:
> 
>             <dependency>
>                 <groupId>org.drools</groupId>
>                 <artifactId>drools-bom</artifactId>
>                 <type>pom</type>
>                 <version>${drools.version}</version>
>                 <scope>import</scope>
>             </dependency>
> 
> where drools version is defined to be
> <drools.version>6.4.0.Final</drools.version>. And when I build it I get:
> 
> [ERROR] Non-resolvable import POM: Failure to find
> org.kie:kie-bom:pom:${project.version} in http://repo1.maven.org/maven2/
> was cached in the local repository, resolution will not be reattempted
> until the update interval of official-m2-repo has elapsed or updates are
> forced @ org.drools:drools-bom:[unknown-version]
> [org.drools:drools-bom:[unknown-version]],
> [C:\Users\e-tahchpet\.m2\repository\org\drools\drools-bom\6.4.0.Final\drools-bom-6.4.0.Final.pom],
> line 27, column 19

Could be a regression due to MNG-5971. It's reproducible here. Thanks
for testing a SNAPSHOT Maven version.

> If I comment this dependency then I see some colors on windows, but at the
> end of the build findbugs will break:
> 
> [ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on
> project bom: Unable to parse configuration of mojo
> org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
> value '${plugin.artifacts}' of type
> java.util.Collections.UnmodifiableRandomAccessList to property of type
> java.util.ArrayList -> [Help 1]

That's already fixed upstream and will be fixed in the next FindBugs
plugin release.

<https://github.com/gleclaire/findbugs-maven-plugin/commit/7954b94eff5c6b0524e7fe26d8f114b3c5450b86>

Regards,
-- 
Christian Schulte


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to