You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by eldad_ak <el...@yahoo.com> on 2011/05/17 14:30:51 UTC

maven-release-plugin and ClearCase UCM

I'm using the the maven-release-plugin to perform a maven release cycle.
My issue is that the release view is created but not populated (as if it's
config spec is bad). The thing is that we use ClearCase UCM where config
specs are not provided. Just a stream name and maybe load rules.

My scm snippet is:
<scm>
  <connection>scm:clearcase:___release_view____:load
\sw-modules:\my_pvob:sw_modules_tests</connection>
</scm>

My plugin configuration is:
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.1</version>
  <configuration>
   
<workingDirectory>C:\workspace\${artifactId}\___release_view____</workingDirectory>
  </configuration> 
</plugin>

Along with the needed configurations, it creates the view and outputs the
right information while running, but fails since pom.xml is not found in the
created view (because it's empty).

Any idea? Anyone?

Thanks in advance!
Eldad

--
View this message in context: http://maven.40175.n5.nabble.com/maven-release-plugin-and-ClearCase-UCM-tp4403390p4403390.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org