[jbosstools-issues] [JBoss JIRA] (JBIDE-16574) File->Maven->Checkout Maven Project from SCM - results in error unless scm URL has "scm:null:" prefix
Fred Bricon (JIRA)
issues at jboss.org
Fri Apr 4 06:41:13 EDT 2014
[ https://issues.jboss.org/browse/JBIDE-16574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959234#comment-12959234 ]
Fred Bricon commented on JBIDE-16574:
-------------------------------------
Max: [doc|http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-25.htm] says {quote} "Optional features will only be installed if all their required features and plug-ins are available". {quote}
Anyway, after adding this {noformat}
<includes
id="org.sonatype.m2e.egit.feature"
version="0.14.0"
optional="true"/>
{noformat}
Maven build fails with {noformat}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.20.0:package-feature (default-package-feature) on project org.jboss.tools.maven.featur
e: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.20.0:package-feature failed: Could not resolve feature org.sonatype.m2e.
egit.feature_0.14.0; Path to dependency: -> [Help 1]
{noformat}
[~nickboldt] stated in JBDS-2943 that it was added to the Luna M6 TP, so what gives?
> File->Maven->Checkout Maven Project from SCM - results in error unless scm URL has "scm:null:" prefix
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16574
> URL: https://issues.jboss.org/browse/JBIDE-16574
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Affects Versions: 4.2.0.Alpha2
> Environment: RHEL6
> OpenJDK 1.7
> JBT 4.2.0.alpha2.respin-a
> Reporter: Len DiMaggio
> Priority: Blocker
> Fix For: 4.2.0.Beta2
>
> Attachments: Screenshot-1.png, Screenshot-2.png, Screenshot-3.png, Screenshot.png
>
>
> See attached screenshots - if a user attempts to import TicketMonster with this URL:
> git://github.com/jboss-jdf/ticket-monster.git
> This error is raised: "Select SCM type and URL"
> Using this URL clears the error condition:
> scm:null:git://github.com/jboss-jdf/ticket-monster.git
--
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