Solved: Remote Deploy to Weblogic 10.3 with the Weblogic-Maven-Plugin and JDK 1.6

2009-05-17 Thread jmaxwell
Here are the steps to setup the weblogic-maven-plugin on 10.3: -- Weblogic Admin Console -- In the protocols section of your server settings page verify that Enable Tunneling is checked. -- Dependencies -- In a Weblogic 10.3 JDK 1.6 environment the weblogic-maven-plugin requires 17 dependenci

Re: Prototype file name in archtype

2009-02-13 Thread jmaxwell
Just did this on a project yesterday You can find details in this issue: http://jira.codehaus.org/browse/ARCHETYPE-191?focusedCommentId=152337&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_152337 rina_ wrote: > > Hello, > > I'm trying to create a template for m

Re: Retrieving Project Artifact from the Repository During Assembly

2009-01-06 Thread jmaxwell
This should certainly be used for them > rather than referring to directories outside of the project. > > Cheers, > Brett > > On 07/01/2009, at 3:57 PM, jmaxwell wrote: > >> >> Are you referring to the dependencies element of the POM? >> >> >> bre

Re: Retrieving Project Artifact from the Repository During Assembly

2009-01-06 Thread jmaxwell
lt. I'm not quite > sure what additional functionality you are looking for? > > Cheers, > Brett > > On 07/01/2009, at 8:16 AM, jmaxwell wrote: > >> >> When creating *.zip assemblies for our various environments we would >> like to >> retrieve t

Retrieving Project Artifact from the Repository During Assembly

2009-01-06 Thread jmaxwell
When creating *.zip assemblies for our various environments we would like to retrieve the project artifact directly the repository, we do not want to have to rebuild our project artifacts each time. Is it possible to modify our assembly descriptors to retrieve a project artifact out of the reposi

Ant tasks for Maven 2 on Z/OS

2006-07-20 Thread jmaxwell
I just wanted to share with the mailing list that, at least when using a local repository, the Ant Tasks for Maven appears to work fine IF you translate a couple of the xmls in the jar to EBCDIC. You can find the details to the workaround the following jira issue: http://jira.codehaus.org/browse

Re: RE : Lastupdated element in local repository Maven Ant Tasks

2006-05-03 Thread jmaxwell
h Ant 1.7" doc. Olivier Lamy wrote: > > Packaging zip doesn't exist. > http://jira.codehaus.org/browse/MNG-1683 > > - Olivier > > -Message d'origine- > De : jmaxwell [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 3 mai 2006 18:09 > À

Re: Lastupdated element in local repository Maven Ant Tasks

2006-05-03 Thread jmaxwell
When using the Maven Ant Tasks does zip not having a life-cycle matter? dan tran wrote: > > On 5/2/06, jmaxwell <[EMAIL PROTECTED]> wrote: >> >> >> I am using the Ant Tasks a question in about the lastupdated element. >> After a build I install my package (

Re: Lastupdated element in local repository Maven Ant Tasks

2006-05-03 Thread jmaxwell
I just added it in case it was required to answer my question. dan tran wrote: > > umm, so why you ask if you pom is ok? > > On 5/2/06, jmaxwell <[EMAIL PROTECTED]> wrote: >> >> >> >> I am want it to push a zip file into the local repository.

Re: Lastupdated element in local repository Maven Ant Tasks

2006-05-02 Thread jmaxwell
I am want it to push a zip file into the local repository. So dependant projects can pull it down. Note that I am using the Maven Ant Tasks not maven itself. Cheers! dan tran wrote: > > On 5/2/06, jmaxwell <[EMAIL PROTECTED]> wrote: >> >> >> I am using the Ant

Lastupdated element in local repository Maven Ant Tasks

2006-05-02 Thread jmaxwell
I am using the Ant Tasks a question in about the lastupdated element. After a build I install my package (jar or zip) into my local repository using the following ant task: I noticed however that the lastupdated element in the metadata does not change is this correct? Do I have a proble

Re: Maven Ant Tasks and Multiple artifacts in one POM

2006-04-28 Thread jmaxwell
Dennis, Actually I am doing that in my parent pom.xml: I just wish that the ant properties that get set in the maven.project.pom could be referenced in the other poms. Cheers, Jeff Dennis Lundberg-2 wrote: > > jmaxwell wrote: >> Dan, >> >> I might just cheat

Re: Maven Ant Tasks and Multiple artifacts in one POM

2006-04-28 Thread jmaxwell
tes multiple artifacts? > > -Dan > > > On 4/28/06, jmaxwell <[EMAIL PROTECTED]> wrote: >> >> >> Dan, >> >> I am using the "Maven 2.0.4 Tasks for Ant". >> >> Cheers, >> >> Jeff >> -- >> View this messag

Re: Maven Ant Tasks and Multiple artifacts in one POM

2006-04-28 Thread jmaxwell
Dan, I am using the "Maven 2.0.4 Tasks for Ant". Cheers, Jeff -- View this message in context: http://www.nabble.com/Maven-Ant-Tasks-and-Multiple-artifacts-in-one-POM-t1525854.html#a4147709 Sent from the Maven - Users forum at Nabble.com. ---

Maven Ant Tasks and Multiple artifacts in one POM

2006-04-28 Thread jmaxwell
I am currently using the maven ant tasks (and loving it) to build a multiple module CORBA based application but I have one issue: When I build I need to generate multiple artifacts: MyModule-lib.zip (stores ccp libs,corba idls, and includes) MyModule.jar (java client) MyModuleHelp.jar (help syst