[
https://issues.jboss.org/browse/JBIDE-11969?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-11969:
-------------------------------------
WRT profiles, I think it's lacking some UI that would allow creation/selection of
profiles where the repos would be added.
For the repository :
* name could be = directory filename.replace("-", "
").replace("_", " ")
* default id could be = directory filename.replace(" ", "-")
current implementation doesn't try to compute the unique id for WFK repos
configure maven repo adds jbosstools-maven-repository profile
-------------------------------------------------------------
Key: JBIDE-11969
URL:
https://issues.jboss.org/browse/JBIDE-11969
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Critical
Fix For: 3.3.0.CR1
trying out changes after JBIDE-11818
now without changing anything configure maven repositories is trying to add:
<profile>
<id>jbosstools-maven-profile</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories/>
<pluginRepositories/>
</profile>
1) we shouldn't have a "jbosstools" profile - this is for use both in and
outside of eclipse.
2) why aren't we just adding the profile(s) under activeProfile instead of using
activebydefault ?
and use the name (without spaces) of the repo as the profile id ? i.e.
jboss-eap-repository, jboss-wfk-repository etc. ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira