Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.6
-
Labels:None
-
Environment:xp,starteam
-
Number of attachments :3
Description
I also add the following properties
maven.scm.src.includes
maven.scm.src.excludes
maven.scm.message
This new enhancement needs SCM-44, ie maven-scm files for 1.0-aplpha-2-snapshot
-
- patch.txt
- 09/Jun/05 12:20 PM
- 11 kB
- Dan Tran
-
- patch-1.5.1-beta1.diff
- 18/Jul/05 12:50 PM
- 7 kB
- Dan Tran
-
Hide
- src.zip
- 09/Jun/05 12:20 PM
- 24 kB
- Dan Tran
-
- plugin.jelly 20 kB
- plugin.properties 2 kB
- project.xml 5 kB
- src/main/org/.../plugins/scm/ScmAddBean.java 2 kB
- src/main/org/.../plugins/scm/ScmBean.java 7 kB
- src/main/org/.../scm/ScmCheckinBean.java 2 kB
- src/main/org/.../scm/ScmDiffBean.java 2 kB
- src/main/org/.../scm/ScmPatternBean.java 1 kB
- src/main/org/.../scm/ScmStatusBean.java 2 kB
- src/main/org/.../scm/ScmUpdateBean.java 2 kB
- src/plugin-resources/pom-release.jsl 2 kB
- xdocs/commontasks.xml 2 kB
- xdocs/goals.xml 3 kB
- xdocs/index.xml 2 kB
- xdocs/navigation.xml 1 kB
- xdocs/properties.xml 8 kB
- xdocs/releasing.xml 3 kB
- xdocs/scmurl.xml 3 kB
Issue Links
- is duplicated by
-
MPSCM-15
Plucin to support StarTeam
-
Activity
Hide
Brett Porter
added a comment -
committed. Thanks!
I have commented out the user/pass properties as the start team provider currently in SVN doesn't support them.
Show
Brett Porter
added a comment - committed. Thanks!
I have commented out the user/pass properties as the start team provider currently in SVN doesn't support them.
Show
Brett Porter
added a comment - closing with correct fix-for
Hide
Dan Tran
added a comment -
The patch contains
- Use org.codehaus.plexus.scm.ScmManager instead of org.apache.maven.scm.ScmManager.
- Use org.apache.maven.scm.log.DefaultLog for ScmManager
- Use latest maven-scm-api alpha-2 snapshott
- Use the required plexus jars
After patching this plugin, you will need modify project.xml to change the version number (if needed)
Show
Dan Tran
added a comment - The patch contains
Use org.codehaus.plexus.scm.ScmManager instead of org.apache.maven.scm.ScmManager.
Use org.apache.maven.scm.log.DefaultLog for ScmManager
Use latest maven-scm-api alpha-2 snapshott
Use the required plexus jars
After patching this plugin, you will need modify project.xml to change the version number (if needed)
Show
Emmanuel Venisse
added a comment - Applied. Thanks.
src.zip contains needed new files