JAR Plugin / GPG Plugin

2007-03-20 Thread Matthias Wessendorf

Hi,

not sure what the source of the issue is, but I have the following jars:
-binary jar (project-xxx.jar)
-javadoc-jar  (project-xxx-javadoc.jar)
-source-jar (project-xxx-source.jar)
-test-jar (project-xxx-tests.jar)

I am running something like
mvn install source:jar javadoc:jar -Psign-artifacts -Dpassphrase=foobar

inside one of these modules I have the following for JAR-Plguin:
 
   org.apache.maven.plugins
   maven-jar-plugin
   

  

true

true
  

  
   
 
   
 test-jar
   
 
   
 


Ok, the big fun here is, that all JARs are signed (.asc file) but not
the -tests.jar :-)
Anyone seen this before ?

Thx,
Matthias


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JAR Plugin / GPG Plugin

2007-03-20 Thread Matthias Wessendorf

ok...

looks like gpg 1.0-alpha-3 fixed it.

sorry for the quick shot

On 3/20/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

Hi,

not sure what the source of the issue is, but I have the following jars:
-binary jar (project-xxx.jar)
-javadoc-jar  (project-xxx-javadoc.jar)
-source-jar (project-xxx-source.jar)
-test-jar (project-xxx-tests.jar)

I am running something like
mvn install source:jar javadoc:jar -Psign-artifacts -Dpassphrase=foobar

inside one of these modules I have the following for JAR-Plguin:
  
org.apache.maven.plugins
maven-jar-plugin

 
   
 
true
 
true
   
 
   

  

  test-jar

  

  


Ok, the big fun here is, that all JARs are signed (.asc file) but not
the -tests.jar :-)
Anyone seen this before ?

Thx,
Matthias


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com




--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]