You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by Raphaël Piéroni <ra...@gmail.com> on 2007/03/08 20:09:54 UTC

Fails to build archiva

Hi,

I have some problem to build archiva from sources:

First the maven-meeper subproject don't have a pom.

second, (after created a dummy pom for it) i have

[INFO] Result of /home/local/jdk1.6.0/jre/../bin/jarsigner -keystore
src/keystore/keystore -storepass ****** -keypass ******
/home/users/rafale/projects/maven/archiva/archiva-applet/target/archiva-
applet-1.0-SNAPSHOT.jar mykey execution is: '1'.
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Result of
/home/local/jdk1.6.0/jre/../bin/jarsigner -keystore src/keystore/keystore
-storepass ****** -keypass ******
/home/users/rafale/projects/maven/archiva/archiva-applet/target/archiva-
applet-1.0-SNAPSHOT.jar mykey execution is: '1'.

Is there an already built archiva ?
or how do i build it ,

Thanks in advance for any help

Re: Fails to build archiva

Posted by Brett Porter <br...@apache.org>.
On 08/03/2007, at 11:09 AM, Raphaël Piéroni wrote:

> Hi,
>
> I have some problem to build archiva from sources:
>
> First the maven-meeper subproject don't have a pom.

http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/pom.xml? 
view=log

>
> second, (after created a dummy pom for it) i have
>
> [INFO] Result of /home/local/jdk1.6.0/jre/../bin/jarsigner -keystore
> src/keystore/keystore -storepass ****** -keypass ******
> /home/users/rafale/projects/maven/archiva/archiva-applet/target/ 
> archiva-
> applet-1.0-SNAPSHOT.jar mykey execution is: '1'.
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Result of
> /home/local/jdk1.6.0/jre/../bin/jarsigner -keystore src/keystore/ 
> keystore
> -storepass ****** -keypass ******
> /home/users/rafale/projects/maven/archiva/archiva-applet/target/ 
> archiva-
> applet-1.0-SNAPSHOT.jar mykey execution is: '1'.

Not sure what the problem is here - might need to try and get more  
output from jarsigner or run it manually to test.

- Brett