Hello:

I am using the latest and greatest continuum version (continuum-plexus-runtime-1.1-beta-2-bin.tar).

I cannot find any documentation for releasing artifacts (release parameters, etc.).

I tried using a basic pom.xml

e.g.

<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>media</groupId>
   <artifactId>service-provider</artifactId>
   <packaging>jar</packaging>
   <version>0.10-SNAPSHOT</version>
   <name>Service Provider</name>
   <parent>
       <groupId>media</groupId>
       <artifactId>parent</artifactId>
       <version>0.15</version>
   </parent>
   <scm>
<connection>scm:svn:http://svn.somehost.com/trunk/workspace/component/service-provider</connection> <developerConnection>scm:svn:http://svn.somehost.com/trunk/workspace/component/service-provider</developerConnection> <url>http://viewvc.somehost.com/viewvc/trunk/workspace/component/service-provider</url>
   </scm>
</project>

It builds successfully... but which I try to release:prepare I receive the following exception:

java.io.FileNotFoundException: 1\pom.xml (The system cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileReader.<init>(FileReader.java:55)
at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:128) at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)

Thank you in advance,

Christiaan

_________________________________________________________________
Learn.Laugh.Share. Reallivemoms is right place! http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us

Reply via email to