[jbosstools-issues] [JBoss JIRA] (JBIDE-12294) Remove m2e, m2e-apt, and m2e-wtp from parent pom, JBT Composite Juno Reqs Mirror, JBT & JBDS Central, and JBDS Product (Installer)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Sep 3 21:50:32 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715485#comment-12715485 ] 

Nick Boldt edited comment on JBIDE-12294 at 9/3/12 9:50 PM:
------------------------------------------------------------

Because m2e and m2e-wtp are not yet released, they too have been added to devstudio/trunk/product/pom.xml as <repository> entries. 

All three of these should be refactored out so we don't depend on duplicate URLs, which is potentially dangerous (eg., could lead to building w/ the wrong version).

{code:title=https://svn.jboss.org/repos/devstudio/trunk/product/pom.xml}
		<repository>
			<id>m2e-apt</id>
			<url>${m2e-apt}</url>
			<layout>p2</layout>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>
		<repository>
			<id>m2e</id>
			<url>http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/20120627-1400/</url>
			<layout>p2</layout>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>
		<repository>
			<id>m2e-wtp</id>
			<url>http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/</url>
			<layout>p2</layout>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>
{code}
                
      was (Author: nickboldt):
    Because m2e and m2e-wtp are not yet released, they too have been added to devstudio/trunk/product/pom.xml as <repository> entries. 

All three of these should be refactored out so we don't depend on duplicate URLs, which is potentially dangerous (eg., could lead to building w/ the wrong version).
                  
> Remove m2e, m2e-apt, and m2e-wtp from parent pom, JBT Composite Juno Reqs Mirror, JBT & JBDS Central, and JBDS Product (Installer)
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12294
>                 URL: https://issues.jboss.org/browse/JBIDE-12294
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Build/Releng, maven, updatesite, UpStream
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Fred Bricon
>            Assignee: Nick Boldt
>              Labels: m2e-apt
>             Fix For: 4.0.0.Alpha1
>
>
> m2e-apt needs to be a first class citizen of JBT / JBDS
> For JBT : needs to be available from the software install tab in JBoss Central
> For JBDS : needs to be included in the installer
> {quote}
> rather it goes into Indigo core reqs site, product build, and installer
> http://download.jboss.org/jbosstools/updates/indigo/SR2/ 
> and http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.updatesite/product/
> {quote}
> Waiting for the jenkins build #7 (triggered in release mode) to finish : https://hudson.qa.jboss.com/hudson/view/DevStudio/view/m2eclipse-wtp/job/m2e-apt/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list