Re: mvn deploy:deploy problem

2006-05-24 Thread Allan Ramirez

There is no file been set to your artifact. Try to execute mvn deploy only

-allan

Raymond N. Ritz wrote:


All,



When attempting to use mvn deploy:deploy or even if I try mvn
deploy:deploy-file I am getting an error that reads "The packaging for this
project did not assign a file to the build artifact" .  I am trying to use
the deploy command to release a jar into our local repository.  I have done
this with other projects successfully, but have not been able to figure out
why this project is different (other than this is child pom).  


Here is the pom from the project (The actual paths to the repos have been
omitted), and the repositories are configured in my local maven settings
file.  Any thoughts are appreciated.



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";>

   

  gov.nashville.jis

  ojies

  1.0-SNAPSHOT

   

   4.0.0

   gov.nashville.jis

   commons

   jar

   commons

   1.0-SNAPSHOT

   


   

   

   

   


org.apache.maven.plugins


maven-compiler-plugin

   


1.5


1.5

   

   




   

   

   

   jis-repository

   file:///maven2


   

   

   jis-repository

   file:///maven2


 


   

   

   

 jis-repository

 http://xxx/maven2

 

   true

 

   

 

   

   

   

   commons-beanutils


commons-beanutils

   1.7.0

   

   

   commons-lang

   commons-lang

   2.1

   

  








Raymond Ritz






 



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

mvn deploy:deploy problem

2006-05-24 Thread Raymond Ritz
All,

 

When attempting to use mvn deploy:deploy or even if I try mvn
deploy:deploy-file I am getting an error that reads "The packaging for this
project did not assign a file to the build artifact" .  I am trying to use
the deploy command to release a jar into our local repository.  I have done
this with other projects successfully, but have not been able to figure out
why this project is different (other than this is child pom).  

Here is the pom from the project (The actual paths to the repos have been
omitted), and the repositories are configured in my local maven settings
file.  Any thoughts are appreciated.

 

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";>



   gov.nashville.jis

   ojies

   1.0-SNAPSHOT



4.0.0

gov.nashville.jis

commons

jar

commons

1.0-SNAPSHOT











 
org.apache.maven.plugins

 
maven-compiler-plugin



 
1.5

 
1.5





 







jis-repository

file:///maven2






jis-repository

file:///maven2


  







  jis-repository

  http://xxx/maven2

  

true

  



  







commons-beanutils

 
commons-beanutils

1.7.0





commons-lang

commons-lang

2.1



   



 

 

Raymond Ritz

 

 



mvn deploy:deploy problem

2006-05-24 Thread Raymond N. Ritz
All,

 

When attempting to use mvn deploy:deploy or even if I try mvn
deploy:deploy-file I am getting an error that reads "The packaging for this
project did not assign a file to the build artifact" .  I am trying to use
the deploy command to release a jar into our local repository.  I have done
this with other projects successfully, but have not been able to figure out
why this project is different (other than this is child pom).  

Here is the pom from the project (The actual paths to the repos have been
omitted), and the repositories are configured in my local maven settings
file.  Any thoughts are appreciated.

 

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";>



   gov.nashville.jis

   ojies

   1.0-SNAPSHOT



4.0.0

gov.nashville.jis

commons

jar

commons

1.0-SNAPSHOT











 
org.apache.maven.plugins

 
maven-compiler-plugin



 
1.5

 
1.5





 







jis-repository

file:///maven2






jis-repository

file:///maven2


  







  jis-repository

  http://xxx/maven2

  

true

  



  







commons-beanutils

 
commons-beanutils

1.7.0





commons-lang

commons-lang

2.1



   



 

 

Raymond Ritz