Re: Getting plugin version

2004-11-22 Thread Pak, Young-rok
How can I use different plugin version? I want to override some plugin for our 
company, but don't know how to.

or, please remove xml parser dependency from test plugin. it is useless. let 
the user select parser!!

- Original Message - 
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 14, 2004 10:23 PM
Subject: Re: Getting plugin version


> maven --info
> 
> 
> On Tue, 14 Sep 2004 09:17:20 -0400, Eric Giguere
> <[EMAIL PROTECTED]> wrote:
> > Hi all
> > 
> > Anybody knows if there is a way to print out on the console the active
> > version of a plugin?
> > Could usefull when environment checks are required. Ex.: one of my team
> > members have a problem building, first check to do the version of the
> > plugin used to see if its up to date.
> > 
> > thx
> > Eric.
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Solution: Deploying legacy jar to maven repository

2004-11-22 Thread M. Sean Gilligan
We seem to have solved the problem.  We created an XML file
that lists the jars to upload, and then use xml/xpath to parse it
and build a POM file for each JAR with a jelly POM template (stolen from
maven-repository-plugin-1.2)  We then use the maven:pom tag to create a
POM in memory and the artifact:deploy tag  to upload each JAR and it's POM
to our Maven repository.  The code could easily be adapted to install
to the "local" repository as well.

The list of jars is in a file called jar-list.xml, that looks like this:






The relevant bits of maven.xml are here:



http://maverick.in.osd/eng/"; />







 




















If anyone has a better solution, please let me know.

Cheers,

Sean
-- 
---
M. Sean Gilligan: 831-466-9788 x11
vBlog Central   : http://www.vblogcentral.com
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Put 30 legacy jars in a Maven repository?

2004-11-22 Thread M. Sean Gilligan
Thanks, everyone, for your suggestions, but I haven't got the answer that I'm 
looking for...

At 3:40 PM -0500 11/22/04, Thompson, Bryan B. wrote:
>I generally describe non-maven jars in a , specify the full
>jar name in , and then just drop them into the appropriate subdir
>on my local repository.


I want to put the files in our private "central" repository so other people on 
the team can get them.  I'm


At 9:48 PM +0100 11/22/04, Mark Lowe wrote:
>i just build on the remote
>server and it builds the respoitory for me (i set the directory to
>/www/maven (or the equivalent). The local repository on the staging
>server is the same as when it acts as our remote repository.

We can't build on the repository machine.  I want to build on a designated  
build machine  and then deploy to our internal, remote maven repository.

At 3:52 PM -0500 11/22/04, Eric Giguere wrote:
>2- for those of unknown source and/or version, deploy them on your internal 
>repository and give them whatever version number you feel giving it.

What did you use to upload to the local remote repository?

Basically, what I'm looking for is a way to read a list of jars from an XML (or 
text) file and upload them to our remote maven repository.  The artifact:deploy 
tag is problematic because it requires a POM, which requires that we create a 
project.xml for each jar, which IMHO is overkill.

Perhaps I could use the repository:copy-jar goal inside a forEach loop to copy 
each one up:

FOREACH blah, blah



END-FOREACH

Does this make sense?

Thanks,

Sean


-- 
---
M. Sean Gilligan: 831-466-9788 x11
vBlog Central   : http://www.vblogcentral.com
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven.jar.includes could not work?

2004-11-22 Thread Adrian Tarau
Hmmm, it doesn't work.

I use it like this: in a postGoal jar:jar I want to call again the jar:jar goal 
with some properties changed to create another jar. For that I must changed 
maven.jar.includes and maven.jar.excludes to put a different classes in this 
second jar.





Building J2EE Notification JAR: ${maven.final.name}







and 








-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 22, 2004 5:25 PM
To: Maven Users List
Subject: Re: maven.jar.includes could not work?

Depending on when you are calling that, you may need to use



- Brett


On Mon, 22 Nov 2004 17:21:46 -0500, Adrian Tarau
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I want to change maven.jar.includes from build.xml and I set the include 
> pattern but the jar doesn't have any class inside(only the manifest).
> 
> The pattern is 
> 
> Thanks.
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ant 1.6.2

2004-11-22 Thread Jeff Yemin
Hi,
 
There's a new feature in the ant 1.6.2 junit task (forkmode attribute)
that I would really, really like to use.  I tried modifiying the
plugin.jelly file in the maven test plugin to support the new
attributes, but quickly discovered that maven 1.0 is bound pretty
tightly to ant 1.5.3.  Is there any way to use new ant features without
waiting for a new maven release that supports ant 1.6.2 directly? 
 
Thanks,
Jeff Yemin
 


Re: maven.jar.includes could not work?

2004-11-22 Thread Brett Porter
Depending on when you are calling that, you may need to use



- Brett


On Mon, 22 Nov 2004 17:21:46 -0500, Adrian Tarau
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I want to change maven.jar.includes from build.xml and I set the include 
> pattern but the jar doesn't have any class inside(only the manifest).
> 
> The pattern is 
> 
> Thanks.
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven.jar.includes could not work?

2004-11-22 Thread Adrian Tarau
Hi,
 
I want to change maven.jar.includes from build.xml and I set the include 
pattern but the jar doesn't have any class inside(only the manifest).
 
The pattern is 
 
Thanks.


Re: [newbie, ant > maven] ear project structure, xdoclet integration, hibernate roundtripping

2004-11-22 Thread Emmanouil Batsis


Hi Jose,

On Monday 22 November 2004 23:01, Jose Gonzalez Gomez wrote:
> I use to put all my domain classes in a subproject, so
> maven/xdoclet/hibernate do their magic and generate all the mapping
> files, and then, in the place where I use them (EJB layer, web layer,
> wherever) I put the generated jar as a dependency, and create a
> hibernate.cfg.xml in src/resources (or whatever your resources are)
> pointing to the database holding the data.

Right... i really like this one artifact(?) per project rule. I'd probably 
never do something like that without maven, but can already see how 
components become easier to reuse with this rule. I even started working out 
different packaging/deployment scenarios for my EAR!

Many thanks for your help,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Put 30 legacy jars in a Maven repository?

2004-11-22 Thread Julien Kirch
Eric Giguere wrote:
> Its definitely overkill to produce a maven project for them all IMHO.
With a good inheritrance, a inherited project is just 10 or so lines 
long, and it's usefull when dependencies are starting to move around, 
not mentioning dashboard and other information collecting stuffs.

Julien
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Create 2 jars for a project

2004-11-22 Thread Adrian Tarau

Thanks for the tips; I think the first one with the flag is better.
First of all, I will be synchronized with all the updates made to the JAR 
plugin and second the project is already included into a multiproject and the 
multiproject solution is not so good.

-Original Message-
From: Eric Giguere [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 22, 2004 4:14 PM
To: Maven Users List
Subject: Re: Create 2 jars for a project

Yes, I gues it can be done if you program this accordingly with a flag.
But instead of doing this and having to cope with some maybe unwanted 
behavior from calling jar:jar twice and trying to "fool" the plugin, you 
could take the jelly code in the jar plugin and use it directly in your 
project?

You know what, maybe my approach I took with the legacy project could 
fit you more.
Create a master project that is "responsible" for compiling all you 
sources. Then, pass control to 2 sub-projects that will take care of 
producing the jars on the classes build by the master project. It 
involves setting this in the sub-projects:

parent.base.dir=${basedir}/../..<-- depends on where you put you 
sub-project

#
# maven default source directory override to get parent's instead
#
maven.build.dir=${parent.base.dir}/target
maven.src.dir=${parent.base.dir}/src/java

With this, all projects will use the same sources and same classes. So 
your master compiles, sub-projects jar using all maven built in mechanism.

What do you think?
Eric.


Adrian Tarau wrote:

>I can use the  but I want to use the code behind the jar:jar goal 
>which add to Manifest.MF a lots o useful information extracted from POM. One 
>solution it will be to add it also in maven.xml but is not so beautiful.
>
>Do you know if I can make a postGoal fro jar:jar, change the jar plugin 
>properties, call again jar:jar goal but skiping the postGoal the second time?. 
>Can be a pre or post goal skipped programmatic?
> 
>
>-Original Message-
>From: Eric Giguere [mailto:[EMAIL PROTECTED] 
>Sent: Monday, November 22, 2004 3:56 PM
>To: Maven Users List
>Subject: Re: Create 2 jars for a project
>
>Sure it is, but not wihout some extra jelly code.
>
>Do it with the Ant Jar tag in your maven.xml or you can make one project 
>as a subproject of the other using the reactor component.
>But be aware that if you do, you will "loose" the maven.artifact. The 
>artifact of a maven project is, by default, unique. A single jar.
>
>We have a project here that builds over 30 jars and its not really an 
>issue. The product we build is not a simple artifact anyway so nowhere 
>in our build is the "unique artifact" refered.
>
>Hope it helps.
>Eric.
>
>Adrian Tarau wrote:
>
>  
>
>>Hi,
>>
>>It is possible to create 2 jars in the same maven project?
>>
>>Thanks.
>>
>> 
>>
>>
>>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create 2 jars for a project

2004-11-22 Thread Eric Giguere
Yes, I gues it can be done if you program this accordingly with a flag.
But instead of doing this and having to cope with some maybe unwanted 
behavior from calling jar:jar twice and trying to "fool" the plugin, you 
could take the jelly code in the jar plugin and use it directly in your 
project?

You know what, maybe my approach I took with the legacy project could 
fit you more.
Create a master project that is "responsible" for compiling all you 
sources. Then, pass control to 2 sub-projects that will take care of 
producing the jars on the classes build by the master project. It 
involves setting this in the sub-projects:

parent.base.dir=${basedir}/../..<-- depends on where you put you 
sub-project

#
# maven default source directory override to get parent's instead
#
maven.build.dir=${parent.base.dir}/target
maven.src.dir=${parent.base.dir}/src/java
With this, all projects will use the same sources and same classes. So 
your master compiles, sub-projects jar using all maven built in mechanism.

What do you think?
Eric.
Adrian Tarau wrote:
I can use the  but I want to use the code behind the jar:jar goal 
which add to Manifest.MF a lots o useful information extracted from POM. One solution 
it will be to add it also in maven.xml but is not so beautiful.
Do you know if I can make a postGoal fro jar:jar, change the jar plugin 
properties, call again jar:jar goal but skiping the postGoal the second time?. 
Can be a pre or post goal skipped programmatic?
-Original Message-
From: Eric Giguere [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 22, 2004 3:56 PM
To: Maven Users List
Subject: Re: Create 2 jars for a project

Sure it is, but not wihout some extra jelly code.
Do it with the Ant Jar tag in your maven.xml or you can make one project 
as a subproject of the other using the reactor component.
But be aware that if you do, you will "loose" the maven.artifact. The 
artifact of a maven project is, by default, unique. A single jar.

We have a project here that builds over 30 jars and its not really an 
issue. The product we build is not a simple artifact anyway so nowhere 
in our build is the "unique artifact" refered.

Hope it helps.
Eric.
Adrian Tarau wrote:
 

Hi,
It is possible to create 2 jars in the same maven project?
Thanks.

   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: Create 2 jars for a project

2004-11-22 Thread Adrian Tarau

I can use the  but I want to use the code behind the jar:jar goal 
which add to Manifest.MF a lots o useful information extracted from POM. One 
solution it will be to add it also in maven.xml but is not so beautiful.

Do you know if I can make a postGoal fro jar:jar, change the jar plugin 
properties, call again jar:jar goal but skiping the postGoal the second time?. 
Can be a pre or post goal skipped programmatic?
 

-Original Message-
From: Eric Giguere [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 22, 2004 3:56 PM
To: Maven Users List
Subject: Re: Create 2 jars for a project

Sure it is, but not wihout some extra jelly code.

Do it with the Ant Jar tag in your maven.xml or you can make one project 
as a subproject of the other using the reactor component.
But be aware that if you do, you will "loose" the maven.artifact. The 
artifact of a maven project is, by default, unique. A single jar.

We have a project here that builds over 30 jars and its not really an 
issue. The product we build is not a simple artifact anyway so nowhere 
in our build is the "unique artifact" refered.

Hope it helps.
Eric.

Adrian Tarau wrote:

>Hi,
> 
>It is possible to create 2 jars in the same maven project?
> 
>Thanks.
>
>  
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [newbie, ant > maven] ear project structure, xdoclet integration, hibernate roundtripping

2004-11-22 Thread Jose Gonzalez Gomez
[EMAIL PROTECTED] wrote:
Hi Jose,
Thanks for your reply.
Quoting Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
 

   I've done this in several projects, so feel free to ask... I'm
sure 
if you're a bit more specific you'll get a lot of good tips from the
list.
   

Regarding hibernate tools; should i investigate the hibernate plugin to
generate the DDL (database schema) and javabeans from my mappings or
should i try to integrate my ant logic through the ant plugin (i think
this should be easy)? I heard the plugin is not mature enough. 
 

   Well, it has limited functionality (no update schema) but it's usable.
I must admit all my recent posts could be rephrased to "i am not yet
familiar the directories maven uses, or when and how i should interrupt
the build process" and that translates to my problems figuring out
hibernate/xdoclet under maven. Sorry if this has RTFM written all over
it, i have been over the docs; it's just too much to absorb right away
and usually one learns better from an existing solution/best practice...
plus there just isn't enough time to do things the right way these days
(which is the main reason i want to use maven in the first place, to
both do things right and save time).
 

   Regarding hibernate/xdoclet... my maven.xml in a hibernate/xdoclet 
project:



   
   
   
   
   
   
   
   
   
   
   
   
  
   
   
   
   
   
   
   
   
   
   
   
   


   In project properties:
# XDoclet - Hibernate properties
maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/xdoclet/hibernatedoclet
maven.xdoclet.hibernatedoclet.hibernate.0.Version=2.0
# Hibernate properties
maven.hibernate.properties=${basedir}/hibernate.properties
maven.hibernate.text=true
maven.hibernate.delimiter=;
   And from project.xml (don't know if some of those dependencies could 
be taken away, I did this a lot of time ago ;o)

   
   
   hibernate
   hibernate
   2.1.6
   
   true
   
   
   
   cglib
   cglib-full
   2.0.1
   
   true
   
   
   
   dom4j
   dom4j
   1.4
   
   true
   
   
   
   odmg
   odmg
   3.0
   
   true
   
   
   
   ehcache
   ehcache
   0.7
   
   true
   
   
   
   xdoclet
   xjavadoc
   1.0.3
   
   
   
   xdoclet
   xdoclet-hibernate-module
   1.2.2-SNAPSHOT
   
   
   
   maven
   maven-hibernate-plugin
   1.2
   plugin
   
   
   postgresql
   postgresql
   7.4.1-jdbc3
   jar
   
   
   commons-collections
   commons-collections
   3.1
   
   
   
   
   
   
   
${maven.xdoclet.hibernatedoclet.destDir}
   
   **/*.hbm.xml
   
   false
   
   
   

   And don't forget to create hibernate.properties:
hibernate.dialect=net.sf.hibernate.dialect.PostgreSQLDialect
   I use to put all my domain classes in a subproject, so 
maven/xdoclet/hibernate do their magic and generate all the mapping 
files, and then, in the place where I use them (EJB layer, web layer, 
wherever) I put the generated jar as a dependency, and create a 
hibernate.cfg.xml in src/resources (or whatever your resources are) 
pointing to the database holding the data.

   HTH, best regards
   Jose
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Create 2 jars for a project

2004-11-22 Thread Eric Giguere
Sure it is, but not wihout some extra jelly code.
Do it with the Ant Jar tag in your maven.xml or you can make one project 
as a subproject of the other using the reactor component.
But be aware that if you do, you will "loose" the maven.artifact. The 
artifact of a maven project is, by default, unique. A single jar.

We have a project here that builds over 30 jars and its not really an 
issue. The product we build is not a simple artifact anyway so nowhere 
in our build is the "unique artifact" refered.

Hope it helps.
Eric.
Adrian Tarau wrote:
Hi,
It is possible to create 2 jars in the same maven project?
Thanks.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Put 30 legacy jars in a Maven repository?

2004-11-22 Thread Eric Giguere
Hi
I also had to cope with the same number of "foreign" jars and a legacy 
Ant script to build everything.
In my case, there was also a number of "known" jars like log4j, 
commons-beanutils and other like that but unknown version.

Instead of having them all under an "internal" group id, this is what I did:
1- try to find what is the real verison of the jar if its a known one 
(like log4j for instace, was part of it) and rename then with the right 
version in the name. The manifest file in the jar can be helpfull.
2- for those of unknown source and/or version, deploy them on your 
internal repository and give them whatever version number you feel 
giving it.
3- for those that we build, I'm still using the Ant code initially 
written but its part of a single maven project. I use the "main" project 
version that I then use to produce the jars. These jars and then 
deployed on the local repository. The original Ant code was copied in 
the maven.xml and some jelly code was added to rename jars using maven 
supplied version number.

Its definitely overkill to produce a maven project for them all IMHO.
Hope it helps
Eric.
M. Sean Gilligan wrote:
Hi,
I have about 30 jars that came from different places that I'm using in a 
complex built that we are migrating to maven.  What I'd like to do is build a 
list/database/xml-doc that lists the 30 jars by pathname, gives a groupId, 
artifactId, and version for each, then have a maven.xml goal that uploads them 
all to my private maven repository.
I would rather not create 30 maven subproject directories with POMs in them.
What is the best way to do this?
Thanks,
Sean
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Create 2 jars for a project

2004-11-22 Thread Adrian Tarau
Hi,
 
It is possible to create 2 jars in the same maven project?
 
Thanks.


Re: Put 30 legacy jars in a Maven repository?

2004-11-22 Thread Mark Lowe
I don't know what the best way is. But I have a repository on out
staging server.. when i need to stage apps, i just build on the remote
server and it builds the respoitory for me (i set the directory to
/www/maven (or the equivalent). The local repository on the staging
server is the same as when it acts as our remote repository.

Might be helpful might not be.. 

Mark

On Mon, 22 Nov 2004 12:36:19 -0800, M. Sean Gilligan
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have about 30 jars that came from different places that I'm using in a 
> complex built that we are migrating to maven.  What I'd like to do is build a 
> list/database/xml-doc that lists the 30 jars by pathname, gives a groupId, 
> artifactId, and version for each, then have a maven.xml goal that uploads 
> them all to my private maven repository.
> 
> I would rather not create 30 maven subproject directories with POMs in them.
> 
> What is the best way to do this?
> 
> Thanks,
> 
> Sean
> 
> --
> ---
> M. Sean Gilligan: 831-466-9788 x11
> vBlog Central   : http://www.vblogcentral.com
> ---
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Put 30 legacy jars in a Maven repository?

2004-11-22 Thread M. Sean Gilligan
Hi,

I have about 30 jars that came from different places that I'm using in a 
complex built that we are migrating to maven.  What I'd like to do is build a 
list/database/xml-doc that lists the 30 jars by pathname, gives a groupId, 
artifactId, and version for each, then have a maven.xml goal that uploads them 
all to my private maven repository.

I would rather not create 30 maven subproject directories with POMs in them.

What is the best way to do this?

Thanks,

Sean

-- 
---
M. Sean Gilligan: 831-466-9788 x11
vBlog Central   : http://www.vblogcentral.com
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [newbie, ant > maven] ear project structure, xdoclet integration, hibernate roundtripping

2004-11-22 Thread manos_lists


Hi Jose,

Thanks for your reply.

Quoting Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> I've done this in several projects, so feel free to ask... I'm
> sure 
> if you're a bit more specific you'll get a lot of good tips from the
> list.

Regarding hibernate tools; should i investigate the hibernate plugin to
generate the DDL (database schema) and javabeans from my mappings or
should i try to integrate my ant logic through the ant plugin (i think
this should be easy)? I heard the plugin is not mature enough. 

I must admit all my recent posts could be rephrased to "i am not yet
familiar the directories maven uses, or when and how i should interrupt
the build process" and that translates to my problems figuring out
hibernate/xdoclet under maven. Sorry if this has RTFM written all over
it, i have been over the docs; it's just too much to absorb right away
and usually one learns better from an existing solution/best practice...
plus there just isn't enough time to do things the right way these days
(which is the main reason i want to use maven in the first place, to
both do things right and save time).

Thanks,

Manos 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Java Application Plugin (javaapp) 1.3 released

2004-11-22 Thread Geoffrey
Hi,

This looks like an interesting plugin, but I don't understand on which level
to use it in a multiproject.
Use it on the parent level or create a seperate module to create the final
executable jar?

Are there any open source projects that use this plugin to create their
executable jar?
Do any of those use it in combination with the distribution or NSIS plugin?

I 'd love to use it for http://simplegamenet.sf.net

-- 
Thanks for any and all help,
Geoffrey

"Jörg Schaible" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
The maven-plugins team is pleased to announce the Java Application Plugin
1.3
release!

http://maven-plugins.sourceforge.net

Plugin to generate an executable JAR

Changes in this version include:

  New Features:

o Drop-in replacement for uberjar.
o Added support for multiproject goals:
  - javaapp:javaapp
  - javaapp:install-snapshot
  - javaapp:deploy
  - javaapp:deploy-snapshot
o Added flexible extension support.
o Added support for uberjar.bundle property.

  Fixed bugs:

o Fix manifest entries.
o Fix internal usage of deprecated deploy and resource plugins.

  Changes:

o Cumulate licenses in META-INF.
o Use artifact plugin for install and deploy.

  Removed features:

o Removed property maven.javaapp.manifest.extensions.add, since it added
  manifest entries, that were only used for applets loading dependent jars
  (they are already included using javaapp).

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -DgroupId=maven-plugins
  -DartifactId=maven-javaapp-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven-plugins/plugins/maven-javaapp-plugin-1.3.jar


Have fun!
-The maven-plugins team




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCM plugin

2004-11-22 Thread Nicolas . CHALUMEAU
Actually the scm plugin only work with cvs

Nicolas,





[EMAIL PROTECTED]
22/11/2004 14:06
Veuillez répondre à "Maven Users List"

 
Pour :  [EMAIL PROTECTED]
cc : 
Objet : SCM plugin







Does the scm plugin work with ClearCase?

Jeff

Registered Linux user number 366042




This e-mail is intended exclusively for the addressee.
If you are not the addressee you must not read, copy, use or disclose
the e-mail nor the content; please notify us immediately (by clicking 
"Reply") and delete this e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SCM plugin

2004-11-22 Thread jmutonho





Does the scm plugin work with ClearCase?

Jeff

Registered Linux user number 366042




This e-mail is intended exclusively for the addressee.
If you are not the addressee you must not read, copy, use or disclose
the e-mail nor the content; please notify us immediately (by clicking "Reply") 
and delete this e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Looking for ideas for Maven presentation at Javapolis

2004-11-22 Thread Felipe Vieira Silva
Continuous integration is a big challenge for any project and it
should be a great deal to prove it is not so complicated through
Maven...

please send us the presentation after the event.

* the project Schoolbus (https://schoolbus.dev.java.net) is 100%
integrated by Maven goals - in case you want to cite examples of usage
in your presentation.

best regards,

   Felipe Gaúcho
   Schoolbus owner

On Sun, 21 Nov 2004 23:57:34 +0100, Jose Gonzalez Gomez
<[EMAIL PROTECTED]> wrote:
> 
>Vincent,
> 
>What about a presentation about the inners of Maven? I'm currently
> trying to develop a plugin to manage olinked docbook documentation, and
> it's been a nigthmare due to the lack of documentation about plugin
> writing... or maybe I haven't been able to find it. I finally downloaded
> the whole maven-plugins cvs module, and as soon as I have some spare
> time I'll take a look at it to try to learn a bit more about this.
> 
>Best regards
>Jose
> 
> 
> 
> Vincent Massol wrote:
> 
> >Hi Michael,
> >
> >
> >
> >>-Original Message-
> >>From: Michael Mattox [mailto:[EMAIL PROTECTED]
> >>Sent: mardi 2 novembre 2004 10:26
> >>To: Maven Users List; 'Maven Developers List'
> >>Subject: RE: Looking for ideas for Maven presentation at Javapolis
> >>
> >>This is great news that you'll be presenting Maven to Javapolis.  There
> >>are
> >>two issues that I'm very interested in:
> >>
> >>- Integration with Eclipse.  Last time I tried (several months ago) the
> >>eclipse plugin didn't work.  As a result, we launch maven goals to copy
> >>jars
> >>into our eclipse workspace.  It gets very confusing because often
> >>developers
> >>forget, or the goal doesn't work, etc.
> >>
> >>
> >
> >Thanks for your feedback. This looks a bit too specific for my talk but I
> >guess you should discuss this on the dev list. I'm pretty sure lots of
> >people are using the eclipse plugin successfully. Maybe you have a specific
> >use case that is not covered.
> >
> >
> >
> >>- A way to inherit resources and dependencies from dependent projects.
> >>For
> >>example, project A uses project B.  We have written custom maven goals to
> >>copy the resource files.  For the JAR files we have to duplicate in all
> >>projects all kinds of jar files.  It's a huge mess.  I've read that Maven
> >>2.0 will offer some new features to facilitate this.  I haven't kept up on
> >>the latest, but I think this is a major issue.
> >>
> >>
> >
> >Yes, I'll definitely cover configuring complex multiprojects and how to
> >inherit resources and artifacts.
> >
> >Thanks
> >-Vincent
> >
> >
> >
> >>Regards,
> >>Michael
> >>
> >>
> >>
> >>>-Message d'origine-
> >>>De : Vincent Massol [mailto:[EMAIL PROTECTED]
> >>>Envoye : dimanche 31 octobre 2004 11:41
> >>>A : 'Maven Developers List'; 'Maven Users List'
> >>>Objet : Looking for ideas for Maven presentation at Javapolis
> >>>
> >>>
> >>>Dear Maven users/developers,
> >>>
> >>>I have been asked to do a Maven presentation at Javapolis 2004
> >>>(mid-december). I have done several presentations in the past about
> >>>
> >>>
> >>Maven
> >>
> >>
> >>>but I don't like to do the same presentation over and over.
> >>>
> >>>I'm looking for feedback from Maven users on what they would like to
> >>>
> >>>
> >>hear
> >>
> >>
> >>>about if they were attending this presentation. What are the Maven areas
> >>>that you would be interesting in hearing about? I doesn't have to
> >>>be on pure
> >>>Maven itself but it could be things like "how to map Maven to an Agile
> >>>development process?", etc.
> >>>
> >>>I'm also looking for feedback from Maven developers on topics that they
> >>>think would be nice for users to hear about.
> >>>
> >>>In about a week from now I'll send the detailed agenda for the
> >>>presentation
> >>>(I need to make it visible on the Javapolis web site). It would
> >>>be great if
> >>>I could get some ideas from you before that.
> >>>
> >>>Thanks a lot for your input
> >>>-Vincent
> >>>
> >>>
> >>>-
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>--
> >>This E-mail is confidential.  It may also be legally privileged.  If you
> >>are
> >>not the addressee you may not copy, forward, disclose or use any part of
> >>it.
> >>If you have received this message in error, please delete it and all
> >>copies
> >>from your system and notify the sender immediately by return E-mail.
> >>Internet communications cannot be guaranteed to be timely, secure, error
> >>or
> >>virus-free.  The sender does not accept liability for any errors or
> >>omissions.
> >>
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTEC

[ANN] Java Application Plugin (javaapp) 1.3 released

2004-11-22 Thread Jörg Schaible
The maven-plugins team is pleased to announce the Java Application Plugin 1.3 
release! 

http://maven-plugins.sourceforge.net

Plugin to generate an executable JAR 

Changes in this version include:

  New Features:

o Drop-in replacement for uberjar. 
o Added support for multiproject goals: 
  - javaapp:javaapp 
  - javaapp:install-snapshot 
  - javaapp:deploy 
  - javaapp:deploy-snapshot 
o Added flexible extension support. 
o Added support for uberjar.bundle property. 

  Fixed bugs:

o Fix manifest entries. 
o Fix internal usage of deprecated deploy and resource plugins. 

  Changes:

o Cumulate licenses in META-INF. 
o Use artifact plugin for install and deploy. 

  Removed features:

o Removed property maven.javaapp.manifest.extensions.add, since it added 
  manifest entries, that were only used for applets loading dependent jars 
  (they are already included using javaapp).  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven-plugins 
  -DartifactId=maven-javaapp-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven-plugins/plugins/maven-javaapp-plugin-1.3.jar
 

Have fun!
-The maven-plugins team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven cvs commit goal?

2004-11-22 Thread erdem kilic
first of all sorry for the siple question.
another simple question is;
- how can i full commit a directory tree? I can commit contents of
directory but i cant commit a directory tree..

thnaks for your help..



On Thu, 18 Nov 2004 16:05:53 +0100, Jörg Schaible
<[EMAIL PROTECTED]> wrote:
> erdem kilic wrote on Thursday, November 18, 2004 3:59 PM:
> 
> > Hi,
> > I want to cvs commit with maven..
> > is there a goal for this job?
> 
> just curious ... why don't use
> 
> cvs commit
> 
> ??
> 
> - Jörg
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]