]
Andrej Podhradsky closed JBTIS-85.
----------------------------------
Closed as obsolete
Validation failure when building eclipse target using
integration-stack base
----------------------------------------------------------------------------
Key: JBTIS-85
URL:
https://issues.jboss.org/browse/JBTIS-85
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 4.1.0.Final
Reporter: Paul Richardson
Assignee: Paul Leacu
Fix For: 4.1.0.Final
Using the integration-stack 4.1.0 SNAPSHOT fails to validate with maven. Seems it cannot
find the feature groups.
{code}
Build the teiid designer target platform
Executing mvn clean verify -U -P generate-target
-Dmaven.repo.local=/home/phantomjinx/programming/java/tdesigner/git/target-platform/../../m2-repository
-Dno.jbosstools.site -Dtycho.localArtifacts=ignore
/usr/lib/jvm/java
[INFO] Scanning for projects...
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
(612 B at 0.2 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Teiid Designer Target Platform 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ teiid.designer ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @
teiid.designer ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] argLine set to
[INFO]
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @
teiid.designer ---
[INFO]
[INFO] --- target-platform-utils:0.16.0.CR1:merge-targets (default) @ teiid.designer ---
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
(2 KB at 0.6 KB/sec)
[INFO]
[INFO] --- target-platform-validation-plugin:0.17.0:validate-target-platform (default) @
teiid.designer ---
[INFO] Validating
/home/phantomjinx/programming/java/tdesigner/git/target-platform/teiid-designer.target...
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of teiid-designer.target
Could not find
"org.eclipse.graphiti.feature.feature.group/0.10.0.v20130319-1346" in the
repositories of the current location
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.752s
[INFO] Finished at: Tue May 21 16:34:29 BST 2013
[INFO] Final Memory: 34M/180M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:target-platform-validation-plugin:0.17.0:validate-target-platform
(default) on project teiid.designer: Validation found errors in 1 .target files:
[ERROR] Could not resolve content of teiid-designer.target
[ERROR] Could not find
"org.eclipse.graphiti.feature.feature.group/0.10.0.v20130319-1346" in the
repositories of the current location
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
{code}
Commenting out the graphiti feature moves the validation error along to emf.compare,
which is the next one in the list.
Designer's pom.xml is available
[
here|https://github.com/Teiid-Designer/teiid-designer/blob/master/target-...]
should it be required for reference (currently set to 4.0.0).
The modified pom.xml that is failing is
[
here|https://github.com/phantomjinx/teiid-designer/blob/master/target-pla...]
and produces this
[
teiid-designer.target|https://github.com/phantomjinx/teiid-designer/blob/...].