[
https://issues.jboss.org/browse/JBIDE-12928?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-12928:
-------------------------------
Description:
To ensure that we don't end up with Tycho errors about duplicate GAVs in the maven
reactor, the attached git pull requests are needed.
See also
http://download.jboss.org/jbosstools/builds/cascade/swimlanes.html
was:
After fetching all the required projects, I try to build like this:
{code}
cd ~/trunk-git/portlet
mvn -DskipTests -Pbootstrap install
{code}
Result:
{code}
[INFO] portlet.site ...................................... FAILURE [3.916s]
[INFO] javaee.site ....................................... FAILURE [5.685s]
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:26.143s
[INFO] Finished at: Wed Oct 24 03:00:44 EDT 2012
[INFO] Final Memory: 685M/1003M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products
(default-publish-products)
on project portlet.site: Missing required file "local-artifacts.properties" in
target folder of module
org.jboss.tools.jst.plugins:org.jboss.tools.jst.web.ui:eclipse-plugin:3.4.0-SNAPSHOT ->
[Help 1]
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products
(default-publish-products)
on project javaee.site: Missing required file "local-artifacts.properties" in
target folder of module
org.jboss.tools.jsf.plugins:org.jboss.tools.jsf.vpe.jsf:eclipse-plugin:3.4.0-SNAPSHOT
-> [Help 1]
{code}
bootstrap profiles should not include duplicate GAVs when including
upstream projects
-------------------------------------------------------------------------------------
Key: JBIDE-12928
URL:
https://issues.jboss.org/browse/JBIDE-12928
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Priority: Blocker
Fix For: 4.0.0.CR1
To ensure that we don't end up with Tycho errors about duplicate GAVs in the maven
reactor, the attached git pull requests are needed.
See also
http://download.jboss.org/jbosstools/builds/cascade/swimlanes.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira