Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hi Maria Odea Ching-2, I think the two plugins are used by command mvn install:install-file or mvn deploy:deploy-file exactly. a cup of Java, cheers! Sha Jiang Maria Odea Ching-2 wrote: Hi Sam, You can use the maven-install-plugin (install:install-file goal) to install a 3rd party jar

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
Hi, I have used mvn deploy:deploy-file to deploy the 3rd party jars,as a result,It can also deploy the jars into the local repo . 2007/2/8, jiangshachina [EMAIL PROTECTED]: Hi Maria Odea Ching-2, I think the two plugins are used by command mvn install:install-file or mvn

Re: executable jar

2007-02-08 Thread Markku Saarela
Include addClasspathtrue/addClasspath element to manifest configuration if not allready done. Package deliverable zip file witch have all these classpath dependency jars with assembly plugin. - markku Jane wrote: Hi, markku, Thanks for your reply. Maybe the reason is like 1 just you

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Dear 秋秋, Glad to see you! In my memory, you sent a mail to me about Maven several days ago. I'm a newbie user on Maven, too. we may discuss some matters on the topic. In my eyes, Maven isn't used widely in China. I have released some simple articles about Maven at blogjava.net, if you like, you

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hello, It can also deploy the jars into the local repo Of course. Local repo is the first. a cup of Java, cheers! Sha Jiang 秋秋 wrote: Hi, I have used mvn deploy:deploy-file to deploy the 3rd party jars,as a result,It can also deploy the jars into the local repo . 2007/2/8,

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
HI, My friend jiangsha,I feel the same way about maven in china,I have studied maven for three week,Because our company is going to use maven to manage the project in the next project.So I am in charge of integrate the maven with the architecture of our company.I have on csdn,but it seems like

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hi, I have studied maven for three week, Because our company is going to use maven to manage the project in the next project. I think your company and you should evaluate Maven carefully before any real work starting. Undoubtedly, Maven is great, but it may not be your first choice(at least

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread sam
Hi, thanks for your advice,and I feel the same about maven,I think maven is a half-baked tools,although It is very powerfull. It is not for me to say if using maven in next project , our Technical Director has decided.For the time being ,we just use maven for manage the dependency,site for

Re: How to deploy the jar of third party into the repository on our company's server?

2007-02-08 Thread jiangshachina
Hello, For the time being ,we just use maven for manage the dependency,site for project infomation,and build the jar and war I think your requirement is very simple, it really can be achieved. Good Luck! a cup of Java, cheers! Sha Jiang 秋秋 wrote: Hi, thanks for your advice,and I

Integration testing plugin and version problems

2007-02-08 Thread Arnaud Bailly
Hello, I am trying to add some integration tests for a plugin I wrote, using MavenEmbedder. When running the test, I got the following impressive exception trace: --- Test set: oqube.patchwork.it.PatchworkMavenTest

build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
The result of my ant build is an exploded ear, which is then jarred into an ear. When i use the buil-help-maven-plugin,to attach this ear to the maven module for this component, I get following error: [INFO] Building jar: /home/jo/projects/ystr/trunk/trax-ear/target/trax- ear-3.2-SNAPSHOT.ear

SCP after deploy

2007-02-08 Thread Martin Gilday
Hi, I would like to be able to perform an SCP or FTP copy of a file to a remote server after a deploy, but not a repository just to the normal file system. So it would be deployed to our internal repository and then distributed externally. We are looking to have seperate profiles for the

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4.. Cheers Jo plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId executions execution

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
what is the packaging for your project ? On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4.. Cheers Jo plugin groupIdorg.codehaus.mojo/groupId

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
It has ear packaging.. On 2/8/07, Tom Huybrechts [EMAIL PROTECTED] wrote: what is the packaging for your project ? On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4 .. Cheers Jo plugin

nullpointer for snapshot plugin

2007-02-08 Thread Romson, Erik
Hi all, I have made some plugins. It is convenient to have them as snapshots for a while. However when I use a snapshot plugin I get the error below. This works for snapshot plugins from codehaus, which makes me belive that there is some other problem. I have to build this plugin locally and

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
I'm just guessing here: build-helper only works with attached artifacts (adding a classifier to the config will probably solve this but that's not what you want). Can you have your ant build write its output to where maven would normally put it ? Then you don't need to do configure anything...

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
Hi Tom, Smart thinking.. I could change the output directory.. Would that just be the target/ folder then? Is there a maven property for maven's output directory that I can pass to the ant build? Thanks Jo On 2/8/07, Tom Huybrechts [EMAIL PROTECTED] wrote: I'm just guessing here:

Eclipse

2007-02-08 Thread Jan-Oliver Wuelfing
Hello to everyone, I use the Maven 2.0.4 Eclipse Plug-in 0.0.5 and Subclipse 1.0.5 and encountered the following error message at start-up of Eclipse 3.2.1: 08.02.07 11:26:51 CET: [DEBUG] Found 0 components to load on start 08.02.07 11:26:51 CET: [DEBUG] Building Maven user-level plugin

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
The name of the output file is ${project.build.directory}/${project.build.finalName}.ear or something similar On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Tom, Smart thinking.. I could change the output directory.. Would that just be the target/ folder then? Is there a maven property

Deploy an existing artifiact...

2007-02-08 Thread pkernevez
Hello, I'm looking for a mean that block (or ask) the deployement of a released artifact if a released version already exist in the remote repository. This is for avoiding the erasing of an already relased version in case I forgot to increment the version of the Maven project. Thanks, Philippe

Missing Files results in a HTTP ERROR: 500 instead of a 404

2007-02-08 Thread Marc Wilhelm
Hi All, I've installed the latest version of archiva from svn trunk. Further i have setup a local repo releases and a proxy central which works fine as long as all request files are available at ibiblio (central). But when i try to retrieve a non existing file a got a HTTP 500 error instead of a

RE: Deploy an existing artifiact...

2007-02-08 Thread Greg Jones
Philippe, Use the maven-release-plugin (http://maven.apache.org/plugins/maven-release-plugin/). It does everything you need to release your artifacts, including automatically incrementing your version to the next SNAPSHOT release, tagging your release and building the release for you. Regards,

How to provide own codegen-config.properties for axis2-wsdl2code-maven-plugin

2007-02-08 Thread Achim Abeling
Hi, I would like to provide my own codegen-config.properties for the axis2-wsdl2code-maven-plugin. Looking at the sources I found out that the location of the properties file can be set via a system property org.apache.axis2.codegen.config As far as I can see the value of the property has

Re: Maven2 Surefire Aspectj LTW Spring Integration Tests Don't Work???

2007-02-08 Thread Kaare Nilsen
On 12/01/07, Terry C Martin [EMAIL PROTECTED] wrote: I have an application in which I make use of AspectJ Load-time-weaving to inject pojos with services from Spring. I have some integration tests which test that the pojo is able to be injected and collaborate with the injected service

RE: jsp precompile with war overlay

2007-02-08 Thread Jörg Schaible
George Berger wrote on Wednesday, February 07, 2007 5:02 PM: I'm trying to use the war overlay feature of maven-war-plugin to include some common JSPs (e.g. common header and footer files) in multiple projects, but I also want to use jspc-maven-plugin to precompile the project JSPs.

RE: additional classpath to maven2

2007-02-08 Thread Brian E. Fox
The maven and codehaus ones are the same plugin. The maven one is newer. -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:36 AM To: users@maven.apache.org Subject: Re: additional classpath to maven2 Hi, I ever used

Re: Deploy an existing artifiact...

2007-02-08 Thread pkernevez
Hello, I'm looking for a mean that block (or ask) the deployement of a released artifact if a released version already exist in the remote repository. This is for avoiding the erasing of an already relased version in case I forgot to increment the version of the Maven project. Thanks, Philippe

install-file createChecksum does not work

2007-02-08 Thread Bhatia, Naresh \(IS Consultant\)
It seems that the createChecksum parameter of install:install-file does not work at all. I have set -DcreateChecksum=true and no checksums are generated. Can someone please confirm this? Thanks. Naresh

RE: Build dashboard question

2007-02-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am familiar with CruiseControl and Continuum. Can I define custom fields in the build status view? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:44 AM To: Maven Users List; users@maven.apache.org Cc: Morgovsky, Alexander (US

maven-site-plugin: multi-module site generation

2007-02-08 Thread Jo Vandermeeren
Good afternoon, How can I create a full website for a project and its modules with the site-plugin? I've added the plugin to the build cycle in the parent project (pom packaging). When I generate the site using site:stage, only the site for the parent project is written to the staging directory.

Re: Integration testing plugin and version problems

2007-02-08 Thread franz see
Good day to you, Arnaud, Just a hunch The Symptom: Somewhere along the stacktrace, a component failed to get composed because of a NoClassDefFoundError exception. Solution: I think the expected transitive dependency was broken. You may want to declare the binary containing the

Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze
franz see wrote: Good day to you, CG, AFAIK, there's none. If you want, you can remove your profile from the activeProfiles section, and add to your profile something like this ... activation property name!exclude-this-profile/name /property /activation ... I tried profile

Re: How can I deactivate an activeProfile?

2007-02-08 Thread franz see
Good day to you, CG, May I ask for a snippet of your settings where you used the activation, the maven command you used ( i.e. mvn install ), and what made you say that it did not work? :) Those info would help in determining why it did not work :) Thanks Franz Christian Goetze-3 wrote:

Re: executable jar

2007-02-08 Thread franz see
Good day to you, Jane, Maybe you only had the jmf installed in your machine and not declared as a dependency ( you can check your dependencies by doing mvn project-info-reports:dependencies and opening target\site\dependencies.html...either that or the easier to remember mvn site then open

Re: executable jar

2007-02-08 Thread franz see
Good day to you, Jane, For a war ( assuming you delcared your packaging as war ), all your dependencies ( except dependencies with the scope provided ) would be copied to WEB-INF\lib automatically, before assembling the war. So that's project groupId.../groupId artifactId.../artifactId

Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze
franz see wrote: Good day to you, CG, May I ask for a snippet of your settings where you used the activation, the maven command you used ( i.e. mvn install ), and what made you say that it did not work? :) Those info would help in determining why it did not work :) Ok. Here's what I tried

Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze
franz see wrote: Good day to you, CG, May I ask for a snippet of your settings where you used the activation, the maven command you used ( i.e. mvn install ), and what made you say that it did not work? :) Those info would help in determining why it did not work :) The negative activation

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
Jörg Schaible wrote: Can't you simply exclude the web.xml from the overlay? plugin artifactIdmaven-war-plugin/artifactId configuration dependentWarExcludesWEB-INF/web.xml/dependentWarExcludes /configuration /plugin - Jörg Hi Jörg - Thanks for the

Failed to create plugin container

2007-02-08 Thread Maxim Y. Tebenev
Hi Guys, Please suggest where should I start to find the reason for the following error: [INFO] Internal error in the plugin manager getting plugin 'org.apache.servicemix:build': Failed to create plugin contai ner for plugin '[EMAIL PROTECTED]': Error starting container The system cannot find

Repository

2007-02-08 Thread Jan-Oliver Wuelfing
Hi, I forgot to mention that I want to use a local repository and a remote SVN. I editet the settings.xml in .m2/ as following: ... profiles profile iddefault/id repositories repository idpackcs/id nameRepository for MSS builds/name

Re: Missing Files results in a HTTP ERROR: 500 instead of a 404

2007-02-08 Thread Antoine Véret
Hi, i met the same problem, you will find a patch in attatchment which resolve this issue. The patch catch all ResourceDoesNotExistException in the ProxiedDavServer class. Bye On 2/8/07, Marc Wilhelm [EMAIL PROTECTED] wrote: Hi All, I've installed the latest version of archiva from svn

Re: Failed to create plugin container

2007-02-08 Thread Wayne Fay
You should probably talk to the ServiceMix people about this problem, since its their project, their pom.xml files and source code, and their build process. Unless there's a ServiceMix developer here on the Maven Users list, our responses will be mostly speculation. (From the stacktrace, it

Deploy an existing artifiact...

2007-02-08 Thread pkernevez
Hello, I'm looking for a mean that block (or ask) the deployement of a released artifact if a released version already exist in the remote repository. This is for avoiding the erasing of an already relased version in case I forgot to increment the version of the Maven project. Thanks, Philippe

log4j.properties in EAR/APP-INF/classes?

2007-02-08 Thread Manos Batsis
Hi, I'm looking for the best way to configure log4j for my EAR. I currently have all my library jars (including log4j.jar) in EAR/APP-INF/lib and figured out that having log4j.properties in EAR/APP-INF/classes will actually make it visible to all application modules. Now, the funny thing is, i

Re: Access dependency properties inside pom.

2007-02-08 Thread Marcos Silva Pereira
Dawn, Thanks for your help. But, what about transitive dependencies? Kind Regards On 2/8/07, dawn.angelito [EMAIL PROTECTED] wrote: Hi Marcos, Instead of doing that, try this: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId

Re: POM inheritance behaving unexpectedly

2007-02-08 Thread Tommy Knowlton
On 2/7/07, Jörg Schaible [EMAIL PROTECTED] wrote: Hi Tommy, Tommy Knowlton wrote on Thursday, February 08, 2007 3:30 AM: On 2/7/07, Jörg Schaible [EMAIL PROTECTED] wrote: Tommy Knowlton wrote on Tuesday, February 06, 2007 11:19 PM: Is this a bug in the code that resolves ${project}

Re: log4j.properties in EAR/APP-INF/classes?

2007-02-08 Thread Ian Springer
Hi, Put it in src/main/application/. -Ian Manos Batsis wrote: Hi, I'm looking for the best way to configure log4j for my EAR. I currently have all my library jars (including log4j.jar) in EAR/APP-INF/lib and figured out that having log4j.properties in EAR/APP-INF/classes will actually make

Re: Integration testing plugin and version problems

2007-02-08 Thread Arnaud Bailly
franz see [EMAIL PROTECTED] writes: Good day to you, Arnaud, Good day to you too Franz, Solution: I think the expected transitive dependency was broken. You may want to declare the binary containing the NoClassDefFoundError class as a direct dependency of your project. ..also, you may

RE: jsp precompile with war overlay

2007-02-08 Thread franz see
Good day to you, George, My guess is that maven got confused since you declared maven-war-plugin twice in the build section. You may want to combine both execution under one plugin and differentiate one from the other by using an id/. Something like this... build plugins plugin

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
Hi, I think you should declare another proximity hosted repository in your POM. It is quite likely that you have some other repo (eg. inhouse) where your parent pom resides, but m2 does know about it nothing (as far as i see from your log excerpt). Hope helps, ~t~ On 2/8/07, [EMAIL

Re: Maven 2.0.5 release plans?

2007-02-08 Thread franz see
Good day, There are two issues left for 2.0.5. Feel free to speed things up :) Cheers, Franz [1] http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolution=-1pid=10500fixfor=12294 Adam Lewis-7 wrote: My guess is around the one

Re: How can I deactivate an activeProfile?

2007-02-08 Thread franz see
Good day to you, CG, That is true. Properties of profiles in the settings.xml cannot be activated by properties in the POM. Cheers, Franz Christian Goetze-3 wrote: franz see wrote: Good day to you, CG, May I ask for a snippet of your settings where you used the activation, the maven

RE: Build dashboard question

2007-02-08 Thread Barrett Nuzum
Alexander: You might be able use a different labelincrementer for CruiseControl, which will report on this automatically. http://cruisecontrol.sourceforge.net/main/configxml.html#labelincrementer http://cruisecontrol.sourceforge.net/main/configxml.html#labelincrementer It will not extract the

Re: Maven 2.0.5 release plans?

2007-02-08 Thread Adam Lewis
My guess is around the one year anniversary of 2.0.4. On 2/6/07, Thierry Lach [EMAIL PROTECTED] wrote: Any idea when Maven 2.0.5 will be released?

Re: Deploy an existing artifiact...

2007-02-08 Thread Arnaud HERITIER
It's depending of your server. If you are using an Unix-like server, you can certainly set the rights to readonly in the artifact plugin for maven 1, or in the deploy plugin in maven 2. M2 : http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html M1 :

Apache 204 when uploading to remote repository

2007-02-08 Thread rking999
Hi, I have found out that this is a bug with wagon and has been resolved in the beta 1.02 version. How do I tell my current versiion of Maven to use this new version? Is there another workaround? thanks in advance, Richard -- View this message in context:

RE: Single module project -- fails to find organization POM

2007-02-08 Thread Carlos.Fernandez
-- I think you should declare another proximity hosted repository in your POM. Thank you. When I reinstalled maven I didn't add the repository that denoted our inhouse repo. -- but m2 does know about it nothing That leads me to another question. Proximity fronts all of our repositories, both

Passing version number to install ant task

2007-02-08 Thread Bhatia, Naresh \(IS Consultant\)
I am using Antlib for Maven 2.0 to install bunch of jar files to my local maven repository. Is there any way to specify the version number of these jars in my ant task instead of the pom files? The reason I ask is that the version nuber is available in my ant script at the time of a build, whereas

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
Hi, On 2/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- I think you should declare another proximity hosted repository in your POM. Thank you. When I reinstalled maven I didn't add the repository that denoted our inhouse repo. So i believe it helped :) -- but m2 does know about it

RE: Single module project -- fails to find organization POM

2007-02-08 Thread Carlos.Fernandez
-- So I believe it helped :) It certainly did. Now I am just trying to understand the repository configuration a little bit better so I don't have these issues in the future. -- I will presume you use the latest RC7 of it and with default (factory) configuration. It would suffice in

Re: Single module project -- fails to find organization POM

2007-02-08 Thread Tamás Cservenák
In short: you are in trouble :) alpha-1 was so long time ago, and it introduced some (very big) problems just about repo handling :( The Proximity is currently RC7 (i know, i know, alpha-1 and RC7), but some major problems were solved in RC5 or 6 (if i remeber)... versions before those

RE: Single module project -- fails to find organization POM

2007-02-08 Thread Carlos.Fernandez
-- I warned You. I feel like I just read the label on a pack of cigarettes. Apparently the only think that the alpha won't do is cause serious bodily harm ;) Downloading RC7 now. Carlos -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08,

[M2] maven-javadoc-plugin - javadoc for src and test

2007-02-08 Thread Erez Nahir
Hi, We have a multi project based on maven 2.0.4, I would like to add the javadoc comments of our unit test code to the project's javadoc report. Every subproject's (aka module) has the standard maven directory layout. We use maven-javadoc-plugin versioin 2.2. I have tried to use this, but it

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
franz see wrote: Good day to you, George, My guess is that maven got confused since you declared maven-war-plugin twice in the build section. You may want to combine both execution under one plugin and differentiate one from the other by using an id/. Something like this...

Re: [M2] maven-javadoc-plugin - javadoc for src and test

2007-02-08 Thread Wayne Fay
Searching my Gmail archive, this was covered back in Oct 2006. You should be able to find this email thread in Nabble.com. to users@maven.apache.org date Oct 27, 2006 4:51 PM subject Re: How do I generate test javadocs? Wayne On 2/8/07, Erez Nahir [EMAIL PROTECTED] wrote: Hi, We have a

Re: Eclipse

2007-02-08 Thread Matt Bone
Does it give you this error message when you invoke maven from the command line? On 2/8/07, Jan-Oliver Wuelfing [EMAIL PROTECTED] wrote: Hello to everyone, I use the Maven 2.0.4 Eclipse Plug-in 0.0.5 and Subclipse 1.0.5 and encountered the following error message at start-up of Eclipse 3.2.1:

plexus compiler issues with annotations

2007-02-08 Thread David Ford
Hi, I'm doing a hibernate project where we set up a package-info.java file that looks like this @org.hibernate.annotations.NamedQueries( { @org.hibernate.annotations.NamedQuery(name = someQuery, query = from User u), }) package some.package; The annotation is at the top, the

where is the introduction about jboss-maven-plugin on the site of maven ?

2007-02-08 Thread sam
HI, where is the introduction about jboss-maven-plugin on the site of maven ?I'd like having a look.

Re: plexus compiler issues with annotations

2007-02-08 Thread Eric Redmond
Remove the last comma before the }) tokens. Eric On 2/8/07, David Ford [EMAIL PROTECTED] wrote: Hi, I'm doing a hibernate project where we set up a package-info.java file that looks like this @org.hibernate.annotations.NamedQueries( { @org.hibernate.annotations.NamedQuery(name =

Re: where is the introduction about jboss-maven-plugin on the site of maven ?

2007-02-08 Thread Eric Redmond
http://mojo.codehaus.org/jboss-maven-plugin/ On 2/8/07, sam [EMAIL PROTECTED] wrote: HI, where is the introduction about jboss-maven-plugin on the site of maven ?I'd like having a look. -- Eric Redmond http://codehaus.org/~eredmond

Re: install-file createChecksum does not work

2007-02-08 Thread Maria Odea Ching
Hi Naresh, What version of the install plugin are you using? I've tried to build the plugin from source and installed it locally then I did mvn install:install-file with createChecksum=true and it worked out fine. The checksums were created in my local repo. Maybe you just need to update your

Re: What plugin does the package life sycle use?

2007-02-08 Thread jiangshachina
Hello, What plugin does the package life sycle use? That depends on which package do you make. jar -- maven-jar-plugin war -- maven-war-plugin ear -- maven-war-plugin ... You can find main Maven plugins at the following site, http://maven.apache.org/plugins/ a cup of Java, cheers! Sha Jiang

Re: install-file createChecksum does not work

2007-02-08 Thread jiangshachina
Hello, I have the same problem. I'm using Maven2.0.4 and the version of my maven-install-plugin is 2.1. Factly, if I deploy an artifact to remote repository, the checksum files will be created and stored at remote repository. But the checksum files still don't exist in local repository. What's

Re: What plugin does the package life sycle use?

2007-02-08 Thread jiangshachina
Sorry, I made a mistake ear -- maven-war-plugin the upper words must be changed to ear -- maven-ear-plugin. a cup of Java, cheers! Sha Jiang jiangshachina wrote: Hello, What plugin does the package life sycle use? That depends on which package do you make. jar -- maven-jar-plugin

Re: What plugin does the package life sycle use?

2007-02-08 Thread Wendy Smoak
On 2/8/07, sam [EMAIL PROTECTED] wrote: What plugin does the package life sycle use? http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html package is a phase in the default lifecycle Phases don't use plugins, instead plugins are bound to lifecycle phases. As

Tools for automated deployment of repository artifacts?

2007-02-08 Thread Franz Garsombke
Maven is working beautifully for us...we are building code, packaging, and deploying to our proximity repository server. Does the Maven team know of any tools that are built around getting artifacts from an HTTP URL and then SCPing the file to a remote machine and running some command lines? I