Bug 991519

Summary: PicketBox-Core build fails due to incorrect PicketLink reference in pom.xml
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Michael Behan <michael.behan>
Component: SecurityAssignee: Peter Skopek <pskopek>
Status: CLOSED UPSTREAM QA Contact: Josef Cacek <jcacek>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.0.0CC: asaldhan, trogers
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-21 17:08:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
log output from mvn install -X none

Description Michael Behan 2013-08-02 16:02:53 UTC
Description of problem:
When building latest picketbox with mvn clean, the build stops with error related to following line in pom.xml

<properties>
      <picketlink.idm.version>3.0.0-SNAPSHOT</picketlink.idm.version>
</properties>

When line was corrected to reflect renumbered picketlink version (2.5.0), the build still fails with following result:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project picketbox-core: Compilation failure
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
[ERROR]


Version-Release number of selected component (if applicable):
5.0.1-SNAPSHOT


How reproducible:
Run mvn clean install on picketbox 5.0.1 SNAPSHOT


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Michael Behan 2013-08-02 16:16:54 UTC
Created attachment 782057 [details]
log output from mvn install -X

Comment 2 Travis Rogers 2013-08-21 14:31:35 UTC
Michael,

Hi my name is Travis Rogers and I am a Red Hat Technical Account Manager.  I wanted to reach out to you about this bug report.  It appears you are using community project versions of PicketBox (5.0.1) and PicketLink (3.0.0).  We appreciate your interest and use of these community projects and hope that you might participate as a member of the community.  Issues like this can be reported to the upstream community projects via jira.jboss.org.  You will need to register to report this issue.

It's worth noting that the upstream versions listed here are not included in any versions of Red Hat JBoss EAP at this time and likewise are not supported by Red Hat.  I'm confident that if you report this in a community JIRA against the PicketBox 5.0.1 project version, your issue report will be addressed by the project community.

In the mean time, we will close this bugzilla report.

Best regards,
Travis