Rastislav Wagner created JBIDE-21567:
----------------------------------------
Summary: JBoss EAP 7 Maven repository is not recognized
Key: JBIDE-21567
URL:
https://issues.jboss.org/browse/JBIDE-21567
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.3.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
- Unzip Maven repo from
http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-7.0.0.DR11/
- Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven
Repositories... > Add Repository > Recognize JBoss Maven Enterprise Repositories...
(point at unzipped maven DR11 repo dir)
- ASSERT the Maven repo should be recognized as an EAP repo
- FAILURE a "No new repository found" message is displayed
This is caused by the repository identifier looking for a com/sun/faces/jsf-impl"
folder containing a *-redhat-* jar, whereas the EAP 7 repo now contains *-jbossorg-*.jar
files.
The check can be updated in the code, but the best solution is to leverage the
.maven-repository marker file, that should be added at the root of the repository. See
JBIDE-18323.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)