[jbosstools-issues] [JBoss JIRA] (JBTIS-539) missing dependency org.kie.eclipse when building JBDS IS
Nick Boldt (JIRA)
issues at jboss.org
Sat Dec 12 18:22:00 EST 2015
Nick Boldt created JBTIS-539:
--------------------------------
Summary: missing dependency org.kie.eclipse when building JBDS IS
Key: JBTIS-539
URL: https://issues.jboss.org/browse/JBTIS-539
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 4.3.0.Beta1
Reporter: Nick Boldt
When I try to build the JBDS IS site, I get a missing dependency. What am I doing wrong?
1. check out sources from master branch
2. cd target-platform; mvn clean install -Pmirror
(works)
3. cd ../jbosstools; mvn clean install -Pstable -Pearlyaccess
(works)
4. cd ../devstudio; mvn clean install -Pstable -Pearlyaccess
Fails:
{code}
[INFO] Resolving dependencies of MavenProject: com.jboss.jbds.integration-stack:site-ea:9.0.0-SNAPSHOT @ /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-stack/devstudio/site-ea/pom.xml
[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: site-ea raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT
[ERROR] Missing requirement: site-ea raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT requires 'org.kie.eclipse.feature.feature.group 0.0.0' but it could not be found{code}
>From where should I be resolving org.kie.eclipse.feature? It's in the JBTIS site, but JBDSIS can't find it. :(
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list