Timestamp snapshots at install

2007-07-06 Thread JavierL
Hi I´ve defined my project with versio 1.0-SNAPSHOT but I want when I do a mvn install get my package in local repo named timestamped. I've googled and saw there is a uniqueversion setting but its for remote deployment so I wonder how to do it in a local repo. Thanks in advance J -- View thi

Axistools plugin extraclasses problem

2007-05-25 Thread JavierL
Hi I'm using axistools plugin to generate wsdl file from my java code. I need to pass extraclasses to plugin but it refuse to accept my data. I've tried with: myclass1,myclass2,mycall3 and myclass1 myclass2 mycall3 Nothing works !! I saw plugin source code and it waits for an ArrayList..

Re: jar with dependencies in a folder

2007-04-26 Thread JavierL
ency:unpack-dependencies". >> >> Wayne >> >> On 4/25/07, JavierL <[EMAIL PROTECTED]> wrote: >> > >> > >> > Wayne Fay wrote: >> > > >> > > Ah! In that case, you want to use the maven-dependen

Re: jar with dependencies in a folder

2007-04-25 Thread JavierL
Wayne Fay wrote: > > Ah! In that case, you want to use the maven-dependency-plugin: > http://maven.apache.org/plugins/maven-dependency-plugin/ > I've read docs and see this: -- [ groupId ] [ artifactId ] [ version ]

Re: jar with dependencies in a folder

2007-04-25 Thread JavierL
Wayne Fay wrote: > > Its not clear what you want... > > First you say you want your jar plus all dependencies. Jo gave that to > you and you were happy. > > Now you come back and you've changed your mind. > > What exactly are you looking for? > Ouch, sorry, my english is not as good as I wo

Re: jar with dependencies in a folder

2007-04-25 Thread JavierL
Hi I'm trying with this plugin to get what I waht but without success... I see jar-with-dependencies but I don't want this. With this assembly my 82k application jar will weight around 6MB (because will include Spring, Hibernate and so on). If each time I need to make a fix in my app, I'll need

Re: jar with dependencies in a folder

2007-04-25 Thread JavierL
make-assembly > package > > attached > > > > > > Cheers.. and now I'm off to catch my flight to thailand! :) > Jo > > On 4/25/0

jar with dependencies in a folder

2007-04-25 Thread JavierL
Hi My application is a jar file and when I run mvn package it generates my jar ok. But I need to distribute my app with all the related jar dependencies so I wonder how could I do it with maven2.. Actually, I did an ant task that at package cycle copy my project depdenciens from mvnrepository

Re: How to add manifest to jar at maven package

2007-04-17 Thread JavierL
Yes, I moved to resources and worked. Thanks Antonio Petrelli-3 wrote: > > 2007/4/17, JavierL <[EMAIL PROTECTED]>: >> Just one more thing. >> >> In my source code I've Hiberntae mappuings .xml files but I could not >> found >> them inside gen

Re: How to add manifest to jar at maven package

2007-04-17 Thread JavierL
Antonio Petrelli-3 wrote: > > 2007/4/17, JavierL <[EMAIL PROTECTED]>: >> >> Hi >> >> I need to set Main-Class and Class-Path to my maven generated jar. >> >> I ' ve created a resource/META-INF/MANIFEST.MF file in my project where I >>

Re: How to add manifest to jar at maven package

2007-04-17 Thread JavierL
Thanks ! Antonio Petrelli-3 wrote: > > 2007/4/17, JavierL <[EMAIL PROTECTED]>: >> >> Hi >> >> I need to set Main-Class and Class-Path to my maven generated jar. >> >> I ' ve created a resource/META-INF/MANIFEST.MF file in my project wh

How to add manifest to jar at maven package

2007-04-17 Thread JavierL
Hi I need to set Main-Class and Class-Path to my maven generated jar. I ' ve created a resource/META-INF/MANIFEST.MF file in my project where I placed needed info but when I do mvn package, generated jar comes with a MANIFEST.MF without my data. How could I do it ? Thanks in advance X -- Vi

Problem with resources plugin

2007-02-22 Thread JavierL
Hi I've a fresh new maven 2.5 install with the following settings: - 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/xsd/settings-1.0.0

Problem with axistools plugin

2007-01-23 Thread JavierL
Hello I've defined in my pom: -- org.codehaus.mojo axistools-maven-plugin 1.0 process-classes java2wsdl

Creating a web services application with client

2007-01-23 Thread JavierL
Hi I'm trying to create a web services project (JAX-RPC with Axis 1.3) and want to do it with maven 2. I've read Better Builds with Maven and searched & googled about this matter but couldn't found info. BBWM talks about how to make a client ws application. I wonder how should I make a structu

RE: plugin not found error and jta

2007-01-09 Thread JavierL
a couple >> times and see if perhaps it doesn't find the plugin and >> download it automatically. And/or perhaps check JIRA for this >> issue -- unsure what module it would be under, but search for >> "does not exist" and maybe you'll find an open issue. &

Re: plugin not found error and jta

2007-01-09 Thread JavierL
ious what else it might have been. > > Obviously this is the kind of thing that Maven needs to be able to > recover from more gracefully! > > Wayne > > On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote: >> >> I solved the problem >> >> maven is go

Re: plugin not found error and jta

2007-01-09 Thread JavierL
wrote: > > rtfm ;-) > > http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html > > Wayne > > On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote: >> >> >> Just more thing. >> >> I'm now trying to

Re: plugin not found error and jta

2007-01-09 Thread JavierL
Just more thing. I'm now trying to compile and got the error: -- [12,1] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations) @Entity - How could I define source compatibilty in my pom to fix this error ? Thanks in advance. J Ja

Re: plugin not found error and jta

2007-01-09 Thread JavierL
but search for "does not exist" and maybe > you'll find an open issue. > > Wayne > > On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi >> >> It worked with 2.1 version for mvn compile command with my pom. >&g

Re: plugin not found error and jta

2007-01-09 Thread JavierL
LATEST > version of m-r-p, so it makes me think there's something else going on > in your configuration which is breaking things... Or there's a weird > bug somewhere in Maven itself that you're running into for some > reason. > > Wayne > > On 1/9/07, JavierL &

Re: plugin not found error and jta

2007-01-09 Thread JavierL
t still doesn't work, then I'd file a bug in JIRA with complete > information on what you've done and perhaps specify an older plugin > version in your pom with [1.1.1] style versioning to lock Maven to > that version. At that point, your builds should proceed normally as >

Re: plugin not found error and jta

2007-01-09 Thread JavierL
ng but you'll need to research this yourself. > > Wayne > > On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> Since today I'm receiving an error message like this: >> >> - >> 'org.apache.maven.plugins:maven-

plugin not found error and jta

2007-01-09 Thread JavierL
Hi Since today I'm receiving an error message like this: - 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no valid version could be found -- when I try to do a mvn compile. Could please somebody tell me why this problem and how could I solve it ? I've searched

packaging without libs ?

2006-12-06 Thread JavierL
I'm trying to make a webapp with maven. Everything is ok except when I run mvn package I got a webapp but without all the needed jars declared as dependencies !!! It's a bug or I'm losing something about how to generate a webapp ? Thanks in advance J -- View this message in context: http://