aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Maven: No SCM URL was provided to perform the release from Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Maven: No SCM URL was provided to perform the release from" Watch "Maven: No SCM URL was provided to perform the release from" New topic
Author

Maven: No SCM URL was provided to perform the release from

Dave Alvarado
Ranch Hand

Joined: Jul 02, 2008
Posts: 434
Hi,

I'm using Maven 3.0.3. I'm trying to perform a release but am getting the error …



I have included a connection and URL param as part of an scm inclusion. Below is the relevant snippet from my pom.xml …



Anyone know how I can cure the above problem and successfully perform a release? - Dave
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

All the documentation I have read about release:perfom is that it works only with Subversion (I have never seen a non-Subversion example). So I suspect that it doesn't know how to deal with StarTeam.


JBoss In Action
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14568
    
    7

Peter Johnson wrote:All the documentation I have read about release:perfom is that it works only with Subversion (I have never seen a non-Subversion example). So I suspect that it doesn't know how to deal with StarTeam.


Actually, I'm pretty sure it works with CVS as well, but SVN is significant in that URL interfacing (via DAV) is one of the primary ways people deal with SVN so it comes more naturally.

If I'm not mistaken, however, the server protocol part of the module supports plug-ins. Which means that you'd need a StarTeam plugin. I don't know if one's already available, but with a little luck, at least you can find docs on how to write one.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Maven: No SCM URL was provided to perform the release from
 
Similar Threads
Maven: Cannot find ArtifactResolver with hint: project-cache-aware
Intermittent test case failure
Make script to install war files in Tomcat
Is there any way to roll back a release?
Tomcat - Struts app Startup Error