[jbosstools-issues] [JBoss JIRA] (JBIDE-11969) configure maven repo adds jbosstools-maven-repository profile

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed May 23 06:54:17 EDT 2012


Max Rydahl Andersen created JBIDE-11969:
-------------------------------------------

             Summary: 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: Fred Bricon
            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

        


More information about the jbosstools-issues mailing list