RE: What are the pitfalls I must be aware of when switching from my local ".m2/repository" to the Nexus server?

2008-09-05 Thread sairndain
ependencies? > > If you can paste the logs, it would help. I would recommend bringing the > discussion over to [EMAIL PROTECTED] > > -Original Message- > From: sairndain [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2008 10:42 PM > To: users@maven.apache.

RE: Can nexus be installed on a windows vista 64-bit O.S.?

2008-09-05 Thread sairndain
; based vmware server, so I could try out the 64bit Vista to see what > gives. > > -Original Message- > From: sairndain [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2008 10:23 PM > To: users@maven.apache.org > Subject: Can nexus be installed on a windows vi

What are the pitfalls I must be aware of when switching from my local ".m2/repository" to the Nexus server?

2008-09-05 Thread sairndain
Hi I have Maven2 installed on my workstation at work, and it works fine... Love it. I talked one of our adminstrators into installing Nexus on one of our development servers to compliment our Subversion repository. As soon as we got Nexus running, I installed the 3rd party artifacts I use in

Can nexus be installed on a windows vista 64-bit O.S.?

2008-09-05 Thread sairndain
Hi I have Windows Vista "Home Premium" 64-bit operating system. Just want to know whether Nexus can be installed on a Windows Vista 64bit O.S. I've tried installing Nexus using the "InstallNexus.bat" (found in the "nexus-webapp-1.0.0\bin\jsw\windows-x86-32" directory), but, I get the followin

Re: including jars in a jar

2008-08-19 Thread sairndain
/maven-assembly-plugin/unpack-mojo.html > [3] > http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies > > Nick Stolwijk > ~Java Developer~ > > Iprofs BV. > Claus Sluterweg 125 > 2012 WS Haarlem > www.iprofs.nl > > > On T

RE: Building a Jar that includes library jars

2008-08-18 Thread sairndain
I'm using maven2 (v2.0.9) Are you referring to the "build-helper-maven-plugin"? Where do I place the "build-helper-maven-plugin" within the pom's "build" tag? Does it come before, or after, the "maven-jar-plugin"? Or does it replace the "maven-jar-plugin"? Is there any way to simply incl

including jars in a jar

2008-08-18 Thread sairndain
(Please pardon for my weakness on Maven2 terminology) What I want to do is create a java application jar that also includes other "jar" files that are required in its application's classpath When I use the following plugin combination in my project pom... i.e., - - - org.apache.maven.

Re: How can I specify manifest in was6-maven-plugin "ejb:ejb"???

2008-08-05 Thread sairndain
aus.mojo was6-maven-plugin clean ejbdeploy ${WAS_HOME} maven-ejb-plugin true sairndain wrote: > > Hi > > QUESTION: How can I specify manifest in was6-maven-plugin "ejb:ej

How can I specify manifest in was6-maven-plugin "ejb:ejb"???

2008-08-04 Thread sairndain
Hi QUESTION: How can I specify manifest in was6-maven-plugin "ejb:ejb"??? I need to include two(2) jars in the manifest. Although I place my custom MANIFEST.MF file in the ejb project's src/main/resources/META-INF directory, it does not get used by the was6-maven-plugin. Instead, the was6