[
https://issues.apache.org/jira/browse/MRELEASE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-794.
-----------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still persists, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Maven release plugin with git - Create release branch only for a particular
> sub-module
> --------------------------------------------------------------------------------------
>
> Key: MRELEASE-794
> URL: https://issues.apache.org/jira/browse/MRELEASE-794
> Project: Maven Release Plugin
> Issue Type: New Feature
> Components: scm
> Affects Versions: 2.3.2
> Environment: git
> Reporter: Gayathri.Muralidharan
> Priority: Minor
>
> I am trying to use maven release plugin for creating a branch from trunk.
> Ex. repository.git/
> child1/
> child2/
> The plugin creates a new branch that contains my entire repository. How can i
> restrict it to create a branch that contains only child1 ?
> Currently the pom.xml connection, developer connection and url are as follows
> :
> <scm>
> <connection>scm:git:ssh://githost/repository.git</connection>
>
> <developerConnection>scm:git:ssh://githost/repository.git</developerConnection>
> <url>scm:git:ssh://githost/repository.git</url>
> <tag>HEAD</tag>
> </scm>
> In svn we used to achieve this by using the absolute path to child1 in
> developerConnection.
> Posted the issue here :
> http://stackoverflow.com/questions/12280992/maven-release-plugin-with-git-developer-connection
> Thanks,
> Gayathri
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)