Setting up Distribution Management inside of the pom.xml file

2010-04-07 Thread David Weintraub
else? -- David Weintraub qazw...@gmail.com

Re: zipping the outputDirectory using Assembly plugin

2009-10-30 Thread David Weintraub
-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw...@gmail.com

Re: Why are repositories usually separated into releases and snapshots?

2009-10-24 Thread David Weintraub
the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw...@gmail.com

Skinny War Possible Solution?

2009-10-13 Thread David Weintraub
minor. In the end, you eliminate the duplicate jars without having to go through all sorts of manipulation in the dependencies settings of your wars and ear. Do you think this will work? -- David Weintraub qazw...@gmail.com

Re: Skinny War Possible Solution?

2009-10-13 Thread David Weintraub
On Tue, Oct 13, 2009 at 5:13 PM, Jörg Schaible joerg.schai...@gmx.dewrote: David Weintraub wrote: Too complicated, especially since you skip Maven's dependency version resolution by this directory where you collect the wars. I don't see how I skip the dependency version resolution. The wars

Why is this jar downloading?

2009-10-05 Thread David Weintraub
] org.apache.geronimo.specs:geronimo-jaxr_1.0_spec:jar:1.0.1 [DEBUG] org.apache.geronimo.specs:geronimo-jaxrpc_1.1_spec:jar:1.0.1 So, what is generating this dependency on btm-1.3.3-RC.jar? Is there a better way to figure this out? -- David Weintraub qazw...@gmail.com

War packaged in ear. How to exclude shared jars

2009-09-16 Thread David Weintraub
will contain a jarfile that is already in the ear, we don't want it packaged in our warfile. Is that possible? -- David Weintraub qazw...@gmail.com

Need to include another assembly in another

2009-08-11 Thread David Weintraub
ear's bin.xml assembly definition? -- David Weintraub qazw...@gmail.com

Build Works on my machine. Not on build (maven-antrun-plugin)

2009-08-10 Thread David Weintraub
the build machine uses 1.3. My version of Ant is 1.7.1 while the build machine's version of Ant is 1.7. Any idea what the issue could be? -- David Weintraub qazw...@gmail.com pom.xml.tar.gz Description: GNU Zip compressed data

Re: Build Works on my machine. Not on build (maven-antrun-plugin)

2009-08-10 Thread David Weintraub
I updated Maven on the build system to Maven 2.2.0, and that seemed to take care of this issue. The antrun tasks are running. On Mon, Aug 10, 2009 at 12:11 PM, David Weintraub qazw...@gmail.com wrote: I have a multi-module build that depends upon the maven-antrun-plugin. This module has

Re: deploying project jars on maven repo

2009-08-07 Thread David Weintraub
jars between local projects or do you have an open source project you want to share with the world? -- David Weintraub da...@weintraub.name Sent from my iPhone while riding in my Ferrari. (Jealous?) On Aug 7, 2009, at 4:39 PM, Ricky ricky...@gmail.com wrote: Hi, What is the process

Re: Exploding a ZIP in a resource directory

2009-08-05 Thread David Weintraub
they have to coordinate the version numbering of the documentation in the pom.xml. Maybe I am better off just using the antrun mojo to do the unzipping during the packing phase. -- David Weintraub qazw...@gmail.com

Filtering assembly, but with command line value

2009-08-04 Thread David Weintraub
that while I build the assembly? I know how to specify this one file when building the assembly, and I see how to do the filtering if the value I want is in a properties file, but I need to take the value off the command line. -- David Weintraub qazw...@gmail.com

Re: Filtering assembly, but with command line value

2009-08-04 Thread David Weintraub
that is easily accessible to our tech services guys. On Tue, Aug 4, 2009 at 12:47 PM, David Weintraub qazw...@gmail.com wrote: We have a single file called aim_version.properties. In it is a string @VERSION@ which is replaced with a property that I get from the command line. I am building

Exploding a ZIP in a resource directory

2009-08-04 Thread David Weintraub
in Maven? -- David Weintraub qazw...@gmail.com

Re: Creating multiple artifacts for a single project

2009-07-21 Thread David Weintraub
the WAR file instead. How can I set different artifact id's for each artifact so that I can select the correct one? chetan -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-13 Thread David Weintraub
?? Thanks a lot! -- David Weintraub qazw...@gmail.com

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread David Weintraub
/433257/pom.tar. I've also attached it to this message. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread David Weintraub
. That the adinventory root project needs to be built after adinventory.ear? As far as I can tell, I have the right dependencies set in each pom.xml. On Fri, Jul 10, 2009 at 12:24 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: 2009/7/10 David Weintraub qazw...@gmail.com I actually don't

mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-09 Thread David Weintraub
://files.getdropbox.com/u/433257/pom.tar. I've also attached it to this message. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Why Don't Certain Dependencies Get included in my WAR?

2009-07-08 Thread David Weintraub
artifactIdjunit/artifactId version4.5/version scopetest/scope /dependency /dependencies /project -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Maven - Property files Question

2009-07-07 Thread David Weintraub
assembly. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven - Property files Question

2009-07-06 Thread David Weintraub
are included in your jarfile. Yes, your jarfile will rebuild. Basically, whether your jar file rebuilds or not depends if any of the files inside the jar are changed. I've found Maven pretty good at keeping track of those types of things. -- David Weintraub qazw...@gmail.com

org.codehaus.mojo:axistools-maven-plugin

2009-07-01 Thread David Weintraub
/build dependencies !-- Not listed for space savings -- /dependencies /project -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: Maven - Property files Question

2009-06-29 Thread David Weintraub
to place this outside the jar file so that the application can pickup when ever i make any changes to the property. currently i need to package again whenever a small change is made. please help. Thanks, Sundar -- David Weintraub qazw...@gmail.com

Re: Maven - Property files Question

2009-06-26 Thread David Weintraub
is also getting included. I need to place this outside the jar file so that the application can pickup when ever i make any changes to the property. currently i need to package again whenever a small change is made. please help. Thanks, Sundar -- David Weintraub qazw...@gmail.com

Re: Maven with Hibernate/Multiple POM files

2009-06-25 Thread David Weintraub
at least find documentation on this plugin? I got the basic POM structure by doing a mvn archetype:generate and requesting a har project. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Maven with Hibernate/Multiple POM files

2009-06-24 Thread David Weintraub
might be wrong, please let us see your poms. Cheers. 2009/6/22 David Weintraub qazw...@gmail.com I have a project (it's actually a sub-project of another project, so it will get interesting). We build three items: base.jar, base-ui.jar, and base-hib.har. These each are in their own sub

Re: beyond Properies and Resource Filtering

2009-06-23 Thread David Weintraub
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw...@gmail.com - To unsubscribe, e

Maven with Hibernate/Multiple POM files

2009-06-22 Thread David Weintraub
-- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to create many jars in package phase?

2009-06-18 Thread David Weintraub
...@maven.apache.org -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw

mvn dependency:analyze missing dependency?

2009-06-18 Thread David Weintraub
from the pom.xml, the program won't compile. Why am I getting this message? -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: How to create many jars in package phase?

2009-06-17 Thread David Weintraub
list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw...@gmail.com

Re: How to create many jars in package phase?

2009-06-17 Thread David Weintraub
-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Multiple *.jar files from one project

2009-06-16 Thread David Weintraub
that, but a separate assembly package for each and every customer. Do I need to create a pom.xml for each and every customer, or can I specify multiple jars in a single pom.xml? -- David Weintraub qazw...@gmail.com

axis:axis:1.4 vs. org.apache.axis:axis:1.4

2009-04-03 Thread David Weintraub
to org.apache.axis:axis:1.4. Yet, org.apache.axis:axis:1.4 doesn't seem to download the dependent jars that axis-1.4.jar needs. Is this an error in the org.apache.axis:axis:1.4 POM? -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail

axis:axis:1.4 vs. apache.org:axis:1.4 and saaj-.1.4.jar

2009-04-01 Thread David Weintraub
ways to state the same axis-1.4.jar? Where can I find any documentation mentioning using the artifact axis:axis:1.4 vs. org.apache.axis:axis:1.4? -- David Weintraub qazw...@gmail.com All attachments have been scanned for viruses and have been found to be virus free. So, just go ahead and open

Re: How to perform a deploy only

2009-03-27 Thread David Weintraub
it triggered manually, or when a certain set of downstream artifacts get deployed. You can then have it email you, do tagging, or deploy your artifacts to the Maven repository. -- David Weintraub qazw...@gmail.com - To unsubscribe, e

Re: Executing maven build from ant build

2009-03-24 Thread David Weintraub
-tp22687975p22687975.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw

Re: Un-mavenize a Maven2 project ?

2009-03-01 Thread David Weintraub
, and I have a preconfigured Maven install, but you can't beat something that's already included when you download Eclipse. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread David Weintraub
suggestion on how to achieve that, or with comments if you ever had to deal with such a situation (and possibly if you want me to discourage to go with the un-mavenize process) Regards, Alessio Pace. -- -- David Weintraub qazw...@gmail.com

Re: How to copy resource files to target/classes directory?

2009-02-26 Thread David Weintraub
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users

Re: Mavenizing Existing Project Part Deux

2009-02-26 Thread David Weintraub
: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: basic question about maven

2009-02-26 Thread David Weintraub
-tp9864p9864.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David

Re: Mavenizing existing project

2009-02-24 Thread David Weintraub
builds. Try Hudson: https://hudson.dev.java.net/. You'll find it is an absolutely wonderful tool. And, I think it is one of the best run open source projects I have ever seen. They support is wonderful, and the developers behind it are very responsive to suggestions. -- David Weintraub qazw

Re: Mavenizing existing project

2009-02-23 Thread David Weintraub
repository. Thanks. Steve Cohen - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com

Re: Mavenizing existing project

2009-02-23 Thread David Weintraub
jon.georg.berent...@objectware.no wrote: -Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: 23. februar 2009 16:58 To: Maven Users List Subject: Re: Mavenizing existing project I am fairly new to Maven, so maybe there are things that I simply don't know the correct

Re: Mavenizing existing project

2009-02-23 Thread David Weintraub
:-) Hope this will help you Samuel - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com

Re: Maven, offline use and source control

2009-02-12 Thread David Weintraub
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail

Deployment of non-Maven Files into Maven Repository

2009-02-03 Thread David Weintraub
of the files that need to be deployed. Is that possible without specifying multiple POM files? -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users

Re: nexus can't find maven-archetype-plugin?

2009-01-30 Thread David Weintraub
kann`s mit allen: http://www.gmx.net/de/go/multimessenger - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com

Re: Maven Assemblies

2009-01-29 Thread David Weintraub
happy with that. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Maven Assemblies

2009-01-28 Thread David Weintraub
setup for a standalone JAR application, but I haven't seen any examples of this particular setup. -- David Weintraub qazw...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Maven Assemblies

2009-01-28 Thread David Weintraub
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- -- David Weintraub qazw...@gmail.com

Dependency Relationships in EARs

2008-04-10 Thread David Weintraub
it needed this foundation.jar. The ear packaged with the foundation.jar, but without any of the 3rd party JARS that foundation.jar needs in order to work. So, how do I get Maven to package all the needed 3rd party JARs that foundation.jar needs? -- -- David Weintraub [EMAIL PROTECTED

Re: Dependency Relationships in EARs

2008-04-10 Thread David Weintraub
something wrong with the scope. Wayne On 4/10/08, David Weintraub [EMAIL PROTECTED] wrote: I've just started using Maven, and I'm struggling with a few things. I took one our our components I build with Ant, and created a Maven build for it. This is a set of foundation classes

Re: Dependency Relationships in EARs

2008-04-10 Thread David Weintraub
Whoops, this was a local repository error. I am manually doing the repository, and copying the JARS, creating the POMs, etc. I accidently called the POM for the foundation JAR file, foundation-0.1.xml instead of foundation-0.1.pom and that caused the problem. Changing the name fixed the issue.