Bug 991519 - PicketBox-Core build fails due to incorrect PicketLink reference in pom.xml
Summary: PicketBox-Core build fails due to incorrect PicketLink reference in pom.xml
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Security
Version: 6.0.0
Hardware: x86_64
OS: Windows
unspecified
medium
Target Milestone: ---
: ---
Assignee: Peter Skopek
QA Contact: Josef Cacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-02 16:02 UTC by Michael Behan
Modified: 2013-08-21 17:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-21 17:08:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
log output from mvn install -X (181.32 KB, text/plain)
2013-08-02 16:16 UTC, Michael Behan
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.