Re: [vote] Release Maven WAR plugin 2.0

2006-04-07 Thread Tomasz Pik
On 3/31/06, Brett Porter [EMAIL PROTECTED] wrote:
 Vote open for 72 hours, based on:
 maven-war-plugin 2.0-20060331.041208-2 (r390317)

 [ ] +1
 [ ] +0
 [ ] -1

Non-binding +0  (+10!) from happy user,

Thanks,
Tomek

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



Problem with plexus-compiler-plugin / general repository configuration issue

2006-04-07 Thread roger.butenuth
Hello!

We use Maven 2 in a big project in a setup with a proxy and a local repository 
(both handled by one instance of maven-proxy). I want all developers use the 
proxy/cache/local repository before going to ibiblio or codehaus. Therefore, 
everybody has redefined idcentral/id to our local repository.

The last version of the plexus compiler plugin (1.5.2) caused a problem with 
this setup because it contains the following section in the pom.xml:

repository
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Repository Switchboard/name
  urlhttp://repo1.maven.org/maven2/url
/repository

This overrides the idcentral/id in the settings.xml, so Maven tries to 
download the next dependency from repo1.maven.org, which is not reacheable from 
us because we are behind a firewall and we have not activated the http-proxy in 
settings.xml.

I am thinking about the best solution to solve this problem. As a quick fix, I 
have copied the plexus-compiler-plugin to our local repository and removed the 
repository section mentioned above. Questions:

1. Is it legal/good style of a plugin to do redifinitions of
   repositories like idcentral/id?
2. What is the correct way to use a local maven repository/cache?
   Is it correct to redefine idcentral/id?
3. How do you handle the risk that any new released plugin crashes
   your build? Do you have a version tag for every plugin in your
   pom.xml?

Regards

Roger

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



Re: Maven application launcher?

2006-04-07 Thread Kaare Nilsen
It's not maven, but you could use classworlds to launch your app. used
by continuum at least, and I use it for running my binary
distributions.
So in the development environment we use exec:java to launch a module,
and in the test and production we use classworlds.. works like a charm

classworlds :http://classworlds.codehaus.org/

/Kaare

On 07/04/06, Brian E. Fox [EMAIL PROTECTED] wrote:
 Cause ant is icky... ;-)

 -Original Message-
 From: dan tran [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 06, 2006 8:11 PM
 To: Maven Developers List
 Subject: Re: Maven application launcher?

 why not use ant:run with java task?

 -D


 On 4/6/06, Brian E. Fox [EMAIL PROTECTED] wrote:
 
  There is something but it's hosted outside of the maven or mojo domain

  and I can't remember what it's called. Try searching the archives of
  the user group, I know it was posted there.
 
  -Original Message-
  From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jochen Kuhnle
  Sent: Thursday, April 06, 2006 12:55 PM
  To: dev@maven.apache.org
  Subject: Maven application launcher?
 
  Hi,
 
  is there a component that can be used to launch application JARs
  generated with maven, i.e. that allows me to run java -jar
  myapp.jar, which automatically downloads all dependencies, adds them
  to the classpath and runs the application?
 
  Regards,
  Jochen
 
 
  -
  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]



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



Re: Maven application launcher?

2006-04-07 Thread Piéroni Raphaël
some times a go i saw a link on pomstrap (tigris.org)
that can load a maven application an manage the classpath for you.

I not have yet try it.

Raphaël

2006/4/7, Brian E. Fox [EMAIL PROTECTED]:

 Cause ant is icky... ;-)

 -Original Message-
 From: dan tran [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 06, 2006 8:11 PM
 To: Maven Developers List
 Subject: Re: Maven application launcher?

 why not use ant:run with java task?

 -D


 On 4/6/06, Brian E. Fox [EMAIL PROTECTED] wrote:
 
  There is something but it's hosted outside of the maven or mojo domain

  and I can't remember what it's called. Try searching the archives of
  the user group, I know it was posted there.
 
  -Original Message-
  From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jochen Kuhnle
  Sent: Thursday, April 06, 2006 12:55 PM
  To: dev@maven.apache.org
  Subject: Maven application launcher?
 
  Hi,
 
  is there a component that can be used to launch application JARs
  generated with maven, i.e. that allows me to run java -jar
  myapp.jar, which automatically downloads all dependencies, adds them
  to the classpath and runs the application?
 
  Regards,
  Jochen
 
 
  -
  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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Piéroni Raphaël
+1 (user vote)

2006/4/7, Jason van Zyl [EMAIL PROTECTED]:

 +1

 Brett Porter wrote:
  I believe these skins to be ready for release in advance of a new beta
  of the site plugin.
 
  (Based on r392137)
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  - Brett
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 


 --
 jvz.

 Jason van Zyl
 jason at maven.org
 http://maven.apache.org

 A man enjoys his work when he understands the whole and when he
 is responsible for the quality of the whole

   -- Christopher Alexander

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




Re: [vote] release maven 2 eclipse plugin 2.2

2006-04-07 Thread Emmanuel Venisse

+1

Emmanuel

Fabrizio Giustina a écrit :

Based on:
maven-eclipse-plugin-2.2-20060406.203721-2.jar
I would like to release version 2.2 of the maven 2 eclipse plugin.
This release introduces several changes in the artifact resolution
code (it doesn't require anymore to have installed artifacts for
referenced reactor projects) and reverts the change discussed in
MECLIPSE-37 (that forced to have compiling projects).

There are still open issues (mainly enhancements) but these changes
are important and surely worth a release.
The full list of fixed bugs and improvements can be found at
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11133styleName=Htmlversion=12364

[ ] +1
[ ] +0
[ ] -1

vote is open for the usual 72 hours, my +1
fabrizio

-
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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Emmanuel Venisse

+1

Emmanuel

Brett Porter a écrit :

I believe these skins to be ready for release in advance of a new beta
of the site plugin.

(Based on r392137)

[ ] +1
[ ] +0
[ ] -1

- Brett

-
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: [m2] Maven Ant mojos and logging

2006-04-07 Thread hermod.opstvedt
Hi

No dev takers on this ?

Hermod

-Original Message-
From: Opstvedt, Hermod 
Sent: Thursday, April 06, 2006 10:43 AM
To: dev@maven.apache.org
Subject: [m2] Maven Ant mojos and logging


Hi

What parameter can I supply to mvn to make my ant base mojo tasks log - Meaning 
if I was running ant I would specify -verbose or -debug

Hermod


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that DnB NOR cannot
accept any payment orders or other legally binding correspondence with
customers as a part of an email. 

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


-
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: [vote] release maven 2 eclipse plugin 2.2

2006-04-07 Thread Kaare Nilsen
Hi.. stupid question, but...
Where is the snapshot repos, so that I can test it ?

/Kaare

On 07/04/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 +1

 Emmanuel

 Fabrizio Giustina a écrit :
  Based on:
  maven-eclipse-plugin-2.2-20060406.203721-2.jar
  I would like to release version 2.2 of the maven 2 eclipse plugin.
  This release introduces several changes in the artifact resolution
  code (it doesn't require anymore to have installed artifacts for
  referenced reactor projects) and reverts the change discussed in
  MECLIPSE-37 (that forced to have compiling projects).
 
  There are still open issues (mainly enhancements) but these changes
  are important and surely worth a release.
  The full list of fixed bugs and improvements can be found at
  http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11133styleName=Htmlversion=12364
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  vote is open for the usual 72 hours, my +1
  fabrizio
 
  -
  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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Allison, Bob
Has any documentation been collected on how to use these skins, how to
make your own skin, how the site.xml file needs to change (both minimal
changes on upgrade (shouldn't be any of these) and changes to include a
skin), and any gotchas of how the site might change when the upgrade
occurs?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006 20:46
To: Maven Developers List
Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0


I believe these skins to be ready for release in advance of a new beta
of the site plugin.

(Based on r392137)

[ ] +1
[ ] +0
[ ] -1

- Brett

-
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: [vote] Release Maven WAR plugin 2.0

2006-04-07 Thread jerome lacoste
On 3/31/06, Brett Porter [EMAIL PROTECTED] wrote:
 Vote open for 72 hours, based on:
 maven-war-plugin 2.0-20060331.041208-2 (r390317)

 [ ] +1
 [ ] +0
 [ ] -1

late and non binding +1

J

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



Re: [vote] Release Maven WAR plugin 2.0

2006-04-07 Thread Franz Fehringer




what does "non binding" mean in these voting mails?

greetings

franz


jerome lacoste schrieb:

  On 3/31/06, Brett Porter [EMAIL PROTECTED] wrote:
  
  
Vote open for 72 hours, based on:
maven-war-plugin 2.0-20060331.041208-2 (r390317)

[ ] +1
[ ] +0
[ ] -1

  
  
late and non binding +1

J

-
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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Brett Porter
I'm going to do it with the site plugin release.

- Brett

Allison, Bob wrote:
 Has any documentation been collected on how to use these skins, how to
 make your own skin, how the site.xml file needs to change (both minimal
 changes on upgrade (shouldn't be any of these) and changes to include a
 skin), and any gotchas of how the site might change when the upgrade
 occurs?
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 06, 2006 20:46
 To: Maven Developers List
 Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0
 
 
 I believe these skins to be ready for release in advance of a new beta
 of the site plugin.
 
 (Based on r392137)
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 - Brett
 
 -
 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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Arnaud HERITIER
Brett,

I don't have the time today to take a look at it but did you changed the
stylus style to be a little bit different than the one for the official
maven website ? (It's what I'm preparing for m1...).

Arnaud

On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 I'm going to do it with the site plugin release.

 - Brett

 Allison, Bob wrote:
  Has any documentation been collected on how to use these skins, how to
  make your own skin, how the site.xml file needs to change (both minimal
  changes on upgrade (shouldn't be any of these) and changes to include a
  skin), and any gotchas of how the site might change when the upgrade
  occurs?
 
  -Original Message-
  From: Brett Porter [mailto:[EMAIL PROTECTED]
  Sent: Thursday, April 06, 2006 20:46
  To: Maven Developers List
  Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0
 
 
  I believe these skins to be ready for release in advance of a new beta
  of the site plugin.
 
  (Based on r392137)
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  - Brett
 
  -
  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: Maven application launcher?

2006-04-07 Thread Brian E. Fox
Yes, that's the one I was thinking of. 

-Original Message-
From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 07, 2006 3:56 AM
To: Maven Developers List
Subject: Re: Maven application launcher?

some times a go i saw a link on pomstrap (tigris.org) that can load a maven 
application an manage the classpath for you.

I not have yet try it.

Raphaël

2006/4/7, Brian E. Fox [EMAIL PROTECTED]:

 Cause ant is icky... ;-)

 -Original Message-
 From: dan tran [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 06, 2006 8:11 PM
 To: Maven Developers List
 Subject: Re: Maven application launcher?

 why not use ant:run with java task?

 -D


 On 4/6/06, Brian E. Fox [EMAIL PROTECTED] wrote:
 
  There is something but it's hosted outside of the maven or mojo 
  domain

  and I can't remember what it's called. Try searching the archives of 
  the user group, I know it was posted there.
 
  -Original Message-
  From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jochen Kuhnle
  Sent: Thursday, April 06, 2006 12:55 PM
  To: dev@maven.apache.org
  Subject: Maven application launcher?
 
  Hi,
 
  is there a component that can be used to launch application JARs 
  generated with maven, i.e. that allows me to run java -jar 
  myapp.jar, which automatically downloads all dependencies, adds 
  them to the classpath and runs the application?
 
  Regards,
  Jochen
 
 
  
  - 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]





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



RE: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Brian E. Fox
Maybe a process issue, but shouldn't the docs be part of the
deliverable and therefore be done before a vote?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 07, 2006 7:08 AM
To: Maven Developers List
Subject: Re: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

I'm going to do it with the site plugin release.

- Brett

Allison, Bob wrote:
 Has any documentation been collected on how to use these skins, how to

 make your own skin, how the site.xml file needs to change (both 
 minimal changes on upgrade (shouldn't be any of these) and changes to 
 include a skin), and any gotchas of how the site might change when the

 upgrade occurs?
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 06, 2006 20:46
 To: Maven Developers List
 Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0
 
 
 I believe these skins to be ready for release in advance of a new beta

 of the site plugin.
 
 (Based on r392137)
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 - Brett
 
 -
 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]




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



lifecycle configuration

2006-04-07 Thread Andreas Rudolf

Hi,

I develop a  plugin for emma and have a question about lifecycle
configuration.

I setup a custom lifecycle emma (just like the clover plugin). 

Here is it:

lifecycles
  lifecycle
idemma/id
phases
  phase
idprocess-classes/id
executions
  execution
goals
  goalinstr/goal
/goals
  /execution
/executions
  /phase
  phase
idtest/id
executions
  execution
configuration
testFailureIgnoretrue/testFailureIgnore 
forkModepertest/forkMode
classesDirectory  
target/emma/data
/classesDirectory
systemProperties
  property
 nameemma.coverage.out.file/name
valuetarget/emma/coverage.ec/value
/property

property
nameemma.coverage.out.merge/name
valuetrue/value
/property
/systemProperties
/configuration
   goals
 goaltest/goal
   /goals
  /execution
/executions
  /phase  
/phases
  /lifecycle
/lifecycles

I call the test phase from my report mojo, but there must exist a test goal
inside of my plugin. But I don't want to write a new test goal. Want just to
use the existing surefire plugin with different configuration.

I take a look into clover plugin, but the author of this plugin use a
slightly different way with an additional compile step I think. But this is
not nessesary for emma.

I want it this way:
Emma lifecycle: compile-instrument-(modified)test-report


Is this possible ? If yes how can I configure the standard test in a custom
lifecycle?

Regards
Andreas
--
View this message in context: 
http://www.nabble.com/lifecycle-configuration-t1411902.html#a3803140
Sent from the Maven - Dev forum at Nabble.com.


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



Re: [vote] release maven 2 eclipse plugin 2.2

2006-04-07 Thread Fabrizio Giustina
 Where is the snapshot repos, so that I can test it ?

http://cvs.apache.org/maven-snapshot-repository/


fabrizio

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



Re: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Lukas Theussl
I am actually a bit surprised about this vote as you seemed quite 
opposed to us uncluding stylus in the xdoc plugin:


http://www.nabble.com/svn-commit%3A-r377543---in-maven-maven-1-plugins-trunk-xdoc%3A-src-plugin-resources-css-maven-stylus.css-xdocs-changes.xml-xdocs-properties.xml-t1117813.html#a2923106

Could you clarify this before I cast my vote?

Thanks,
-Lukas



Arnaud HERITIER wrote:

Brett,

I don't have the time today to take a look at it but did you changed the
stylus style to be a little bit different than the one for the official
maven website ? (It's what I'm preparing for m1...).

Arnaud

On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:


I'm going to do it with the site plugin release.

- Brett

Allison, Bob wrote:


Has any documentation been collected on how to use these skins, how to
make your own skin, how the site.xml file needs to change (both minimal
changes on upgrade (shouldn't be any of these) and changes to include a
skin), and any gotchas of how the site might change when the upgrade
occurs?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 20:46
To: Maven Developers List
Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0


I believe these skins to be ready for release in advance of a new beta
of the site plugin.

(Based on r392137)

[ ] +1
[ ] +0
[ ] -1

- Brett

-
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]









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



MRM pointers

2006-04-07 Thread Felipe Leme
Hi Brett, Jason and others,

I'm trying to set up MRM at work and I'd like a little help, as there
is no documentation about it yet.

Right now, I was able to modify plexus.xml, generate and deploy the
war, and create some directories on /tmp/MRM (which is the path I've
chosen on plexus.xml). Now, the issues

1. When I tried to search for an artefact, I got one exception
regaring the /tmp/MRM/index/directory. I solved it by copying the
directory target/index to /tmp/MRM, but I'm not sure if that's the
right option.
2.Now the search works, but it doesn't find anything; I've tried to
copy my $HOME/.m2 to /tmp/MRM, but it didn't work neither
3.Finally, I realized there is a proxy-cache directory on target as
well - should I do something about it?

I know the project is still on early stages of development so it's
lacking documentation, but if you could provide at least a quick-start
guide, I could try to use it (and eventually help fixing the issues
:-)

-- Felipe

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



Maven source distribution?

2006-04-07 Thread Wendy Smoak
How is the Maven source distribution produced?  (For example,
maven-2.0.3-src.zip in /dist/maven/source on www.apache.org.)

Thanks,
Wendy

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



RE: [vote] (2) Maven 2.0.4 Release

2006-04-07 Thread Mike Perham
+1, no problems with our build 

-Original Message-
From: John Casey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006 9:09 AM
To: Maven Developers List
Subject: [vote] (2) Maven 2.0.4 Release

Hi again,

I've corrected two regressions that popped up: one in 2.0.3, the other
in the original 2.0.4 RC.

Here is the latest RC. Please give it a try before voting.

Let's do another 72h round of voting.

+1/+0/-1

Here's my +1.

Thanks,

John

-
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: Problem with plexus-compiler-plugin / general repository configuration issue

2006-04-07 Thread Carlos Sanchez
You are right, it should be removed and i'm fixing it right now.

You can use explicit versions of plugins in your pom using version

On 4/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hello!

 We use Maven 2 in a big project in a setup with a proxy and a local 
 repository (both handled by one instance of maven-proxy). I want all 
 developers use the proxy/cache/local repository before going to ibiblio or 
 codehaus. Therefore, everybody has redefined idcentral/id to our local 
 repository.

 The last version of the plexus compiler plugin (1.5.2) caused a problem with 
 this setup because it contains the following section in the pom.xml:

 repository
   snapshots
 enabledfalse/enabled
   /snapshots
   idcentral/id
   nameMaven Repository Switchboard/name
   urlhttp://repo1.maven.org/maven2/url
 /repository

 This overrides the idcentral/id in the settings.xml, so Maven tries to 
 download the next dependency from repo1.maven.org, which is not reacheable 
 from us because we are behind a firewall and we have not activated the 
 http-proxy in settings.xml.

 I am thinking about the best solution to solve this problem. As a quick fix, 
 I have copied the plexus-compiler-plugin to our local repository and removed 
 the repository section mentioned above. Questions:

 1. Is it legal/good style of a plugin to do redifinitions of
repositories like idcentral/id?
 2. What is the correct way to use a local maven repository/cache?
Is it correct to redefine idcentral/id?
 3. How do you handle the risk that any new released plugin crashes
your build? Do you have a version tag for every plugin in your
pom.xml?

 Regards

 Roger

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




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

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



Re: Maven source distribution?

2006-04-07 Thread Wendy Smoak
On 4/7/06, Wendy Smoak [EMAIL PROTECTED] wrote:

 How is the Maven source distribution produced?  (For example,
 maven-2.0.3-src.zip in /dist/maven/source on www.apache.org.)

After finding these...
   http://docs.codehaus.org/display/MAVEN/Maven+Release+Process
   http://docs.codehaus.org/display/MAVEN/2.0.3+Release+Notes

I'm able to put most of the pieces together.  One question remains:

Where is your maven-assembly-plugin configuration coming from?

Neither the maven-parent pom
   http://svn.apache.org/repos/asf/maven/pom/maven/pom.xml
nor the pom for the maven components
   http://svn.apache.org/repos/asf/maven/components/trunk/pom.xml
has a plugin section for it.

I bet I'll find it in the same place as the profile activated by the
'source-assembly' property, as in:
   mvn assembly:assembly -Dsource-assembly=true

I'm stuck trying to figure out how you're getting files in the 'top
level' (i.e., pom.xml and bootstrap.bat from maven/components/trunk)
into the source assembly, because I'm only getting the contents of
each module specified in the assembly descriptor.

Thanks,
--
Wendy

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



Re: Maven source distribution?

2006-04-07 Thread Carlos Sanchez
I think it's in maven-core

On 4/7/06, Wendy Smoak [EMAIL PROTECTED] wrote:
 On 4/7/06, Wendy Smoak [EMAIL PROTECTED] wrote:

  How is the Maven source distribution produced?  (For example,
  maven-2.0.3-src.zip in /dist/maven/source on www.apache.org.)

 After finding these...
http://docs.codehaus.org/display/MAVEN/Maven+Release+Process
http://docs.codehaus.org/display/MAVEN/2.0.3+Release+Notes

 I'm able to put most of the pieces together.  One question remains:

 Where is your maven-assembly-plugin configuration coming from?

 Neither the maven-parent pom
http://svn.apache.org/repos/asf/maven/pom/maven/pom.xml
 nor the pom for the maven components
http://svn.apache.org/repos/asf/maven/components/trunk/pom.xml
 has a plugin section for it.

 I bet I'll find it in the same place as the profile activated by the
 'source-assembly' property, as in:
mvn assembly:assembly -Dsource-assembly=true

 I'm stuck trying to figure out how you're getting files in the 'top
 level' (i.e., pom.xml and bootstrap.bat from maven/components/trunk)
 into the source assembly, because I'm only getting the contents of
 each module specified in the assembly descriptor.

 Thanks,
 --
 Wendy

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




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

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



Re: Maven source distribution?

2006-04-07 Thread Wendy Smoak
On 4/7/06, Carlos Sanchez [EMAIL PROTECTED] wrote:

 I think it's in maven-core

This?  It seems to be for the binary distribution.
 * http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/pom.xml

In fact grep doesn't turn up any instances of 'source-assembly'
anywhere under maven/components/trunk.

The release notes say it (the profile activated with
-Dsource-assembly=true) was added to the 'root pom' which I assume is
maven/components/trunk/pom.xml.  I thought maybe it had been removed
since the release, but I don't see anything in the svn log:
   http://svn.apache.org/viewcvs.cgi/maven/components/trunk/pom.xml

Maybe the release manager can solve the mystery. :)  John?

Thanks,
Wendy

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



Re: Maven source distribution?

2006-04-07 Thread John Casey

See:

https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/pom.xml

There is a plugin entry in that POM for the source assembly. I don't 
think I merged it across to the trunk, since it's sort of a hack as I 
recall...


-john

Wendy Smoak wrote:

On 4/7/06, Carlos Sanchez [EMAIL PROTECTED] wrote:


I think it's in maven-core


This?  It seems to be for the binary distribution.
 * http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/pom.xml

In fact grep doesn't turn up any instances of 'source-assembly'
anywhere under maven/components/trunk.

The release notes say it (the profile activated with
-Dsource-assembly=true) was added to the 'root pom' which I assume is
maven/components/trunk/pom.xml.  I thought maybe it had been removed
since the release, but I don't see anything in the svn log:
   http://svn.apache.org/viewcvs.cgi/maven/components/trunk/pom.xml

Maybe the release manager can solve the mystery. :)  John?

Thanks,
Wendy

-
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: [vote] release maven 2 eclipse plugin 2.2

2006-04-07 Thread John Casey

nice work.

+1

-john

Fabrizio Giustina wrote:

Based on:
maven-eclipse-plugin-2.2-20060406.203721-2.jar
I would like to release version 2.2 of the maven 2 eclipse plugin.
This release introduces several changes in the artifact resolution
code (it doesn't require anymore to have installed artifacts for
referenced reactor projects) and reverts the change discussed in
MECLIPSE-37 (that forced to have compiling projects).

There are still open issues (mainly enhancements) but these changes
are important and surely worth a release.
The full list of fixed bugs and improvements can be found at
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11133styleName=Htmlversion=12364

[ ] +1
[ ] +0
[ ] -1

vote is open for the usual 72 hours, my +1
fabrizio

-
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: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Brett Porter
Brian E. Fox wrote:
 Maybe a process issue, but shouldn't the docs be part of the
 deliverable and therefore be done before a vote?

The skins don't need any documentation themselves. Using the skins, from
the site plugin, does - in the site plugin.

Regardless of that, I will probably call a vote based on the technical
merits of the site plugin while working on the docs.

- Brett

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



Re: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Brett Porter
As I said in the email, including it is fine, making it the *default* is
not.

- Brett

Lukas Theussl wrote:
 I am actually a bit surprised about this vote as you seemed quite
 opposed to us uncluding stylus in the xdoc plugin:
 
 http://www.nabble.com/svn-commit%3A-r377543---in-maven-maven-1-plugins-trunk-xdoc%3A-src-plugin-resources-css-maven-stylus.css-xdocs-changes.xml-xdocs-properties.xml-t1117813.html#a2923106
 
 
 Could you clarify this before I cast my vote?
 
 Thanks,
 -Lukas
 
 
 
 Arnaud HERITIER wrote:
 Brett,

 I don't have the time today to take a look at it but did you changed the
 stylus style to be a little bit different than the one for the official
 maven website ? (It's what I'm preparing for m1...).

 Arnaud

 On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 I'm going to do it with the site plugin release.

 - Brett

 Allison, Bob wrote:

 Has any documentation been collected on how to use these skins, how to
 make your own skin, how the site.xml file needs to change (both minimal
 changes on upgrade (shouldn't be any of these) and changes to include a
 skin), and any gotchas of how the site might change when the upgrade
 occurs?

 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 06, 2006 20:46
 To: Maven Developers List
 Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0


 I believe these skins to be ready for release in advance of a new beta
 of the site plugin.

 (Based on r392137)

 [ ] +1
 [ ] +0
 [ ] -1

 - Brett

 -
 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]




 
 -
 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: svn commit: r392335 - /maven/components/trunk/maven-embedder/pom.xml

2006-04-07 Thread Brett Porter
Jason,

Does it work with 2.0.1? Doesn't it require 2.1-SNAPSHOT to merge
components.xml?

- Brett

[EMAIL PROTECTED] wrote:
 Author: jvanzyl
 Date: Fri Apr  7 10:09:08 2006
 New Revision: 392335
 
 URL: http://svn.apache.org/viewcvs?rev=392335view=rev
 Log:
 o use the latest release of the assembly plugin
 
 Modified:
 maven/components/trunk/maven-embedder/pom.xml
 
 Modified: maven/components/trunk/maven-embedder/pom.xml
 URL: 
 http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/pom.xml?rev=392335r1=392334r2=392335view=diff
 ==
 --- maven/components/trunk/maven-embedder/pom.xml (original)
 +++ maven/components/trunk/maven-embedder/pom.xml Fri Apr  7 10:09:08 2006
 @@ -13,7 +13,6 @@
  plugins
plugin
  artifactIdmaven-assembly-plugin/artifactId
 -version2.1-SNAPSHOT/version
  configuration
descriptorsrc/main/assembly/dep.xml/descriptor
  /configuration
 
 

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



Re: svn commit: r392335 - /maven/components/trunk/maven-embedder/pom.xml

2006-04-07 Thread Jason van Zyl

Brett Porter wrote:

Jason,

Does it work with 2.0.1? Doesn't it require 2.1-SNAPSHOT to merge
components.xml?


I used what I knew was released for know. I'm twiddling the bootstrap as 
you can't start from scratch and have it work using an snapshot. But 
yes, it does need the components merging.



- Brett

[EMAIL PROTECTED] wrote:

Author: jvanzyl
Date: Fri Apr  7 10:09:08 2006
New Revision: 392335

URL: http://svn.apache.org/viewcvs?rev=392335view=rev
Log:
o use the latest release of the assembly plugin

Modified:
maven/components/trunk/maven-embedder/pom.xml

Modified: maven/components/trunk/maven-embedder/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/pom.xml?rev=392335r1=392334r2=392335view=diff
==
--- maven/components/trunk/maven-embedder/pom.xml (original)
+++ maven/components/trunk/maven-embedder/pom.xml Fri Apr  7 10:09:08 2006
@@ -13,7 +13,6 @@
 plugins
   plugin
 artifactIdmaven-assembly-plugin/artifactId
-version2.1-SNAPSHOT/version
 configuration
   descriptorsrc/main/assembly/dep.xml/descriptor
 /configuration




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






--
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Three people can keep a secret provided two of them are dead.

 -- Unknown

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



Re: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Lukas Theussl


Ok, +1 then. :)

-Lukas


Brett Porter wrote:

As I said in the email, including it is fine, making it the *default* is
not.

- Brett

Lukas Theussl wrote:


I am actually a bit surprised about this vote as you seemed quite
opposed to us uncluding stylus in the xdoc plugin:

http://www.nabble.com/svn-commit%3A-r377543---in-maven-maven-1-plugins-trunk-xdoc%3A-src-plugin-resources-css-maven-stylus.css-xdocs-changes.xml-xdocs-properties.xml-t1117813.html#a2923106


Could you clarify this before I cast my vote?

Thanks,
-Lukas



Arnaud HERITIER wrote:


Brett,

I don't have the time today to take a look at it but did you changed the
stylus style to be a little bit different than the one for the official
maven website ? (It's what I'm preparing for m1...).

Arnaud

On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:



I'm going to do it with the site plugin release.

- Brett

Allison, Bob wrote:



Has any documentation been collected on how to use these skins, how to
make your own skin, how the site.xml file needs to change (both minimal
changes on upgrade (shouldn't be any of these) and changes to include a
skin), and any gotchas of how the site might change when the upgrade
occurs?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 20:46
To: Maven Developers List
Subject: [vote] release Maven Skins (Default|Classic|Stylus) 1.0


I believe these skins to be ready for release in advance of a new beta
of the site plugin.

(Based on r392137)

[ ] +1
[ ] +0
[ ] -1

- Brett

-
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]




-
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: Maven source distribution?

2006-04-07 Thread Wendy Smoak
On 4/7/06, John Casey [EMAIL PROTECTED] wrote:
 See:

 https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/pom.xml

 There is a plugin entry in that POM for the source assembly. I don't
 think I merged it across to the trunk, since it's sort of a hack as I
 recall...

Thanks.  So you didn't have to do anything special to get it to
include the files in maven-2.0.x, like the pom.xml above, and
bootstrap.bat?

I don't see anything here:
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/src/assemble/src.xml
that would include those files, yet they're in the maven-2.0.3 source
distribution.

With maven-assembly-plugin 2.1-SNAPSHOT, I'm _not_ getting the
top-level (struts/action/trunk) pom.xml included. :/  (I'm also not
getting the target/* files for jars... but I *am* getting them for
wars.)

Thanks again,
--
Wendy

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



Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
The assembly plugin docs are dated October 16th.  It looks like
version 2.0.1 was uploaded to ibiblio on January 25th.  Can you please
update the site?

 * http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

And... I tried building (mvn site) the maven-assembly-plugin docs
locally.  I'm looking for the descriptor format, (above,) but it
doesn't get generated.  How do I make that happen?

There's an interesting deprecation warning that says I should use
descriptors instead of descriptor, leading me to think I can build
more than one assembly per pom... is it true?

Thanks,
Wendy

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



Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors.

- Brett

Wendy Smoak wrote:
 The assembly plugin docs are dated October 16th.  It looks like
 version 2.0.1 was uploaded to ibiblio on January 25th.  Can you please
 update the site?
 
  * http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
 
 And... I tried building (mvn site) the maven-assembly-plugin docs
 locally.  I'm looking for the descriptor format, (above,) but it
 doesn't get generated.  How do I make that happen?
 
 There's an interesting deprecation warning that says I should use
 descriptors instead of descriptor, leading me to think I can build
 more than one assembly per pom... is it true?
 
 Thanks,
 Wendy
 
 -
 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: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors.

Thanks.  How do I get assembly.html generated locally?  mvn site doesn't do it.

--
Wendy

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



Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
mvn modello:xdoc site

As of the 2.0.3 release, that should be automatically bound?

- Brett

Wendy Smoak wrote:
 On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:
 
 That's for 2.1-SNAPSHOT - yes, you can use multiple descriptors.
 
 Thanks.  How do I get assembly.html generated locally?  mvn site doesn't do 
 it.
 
 --
 Wendy
 
 -
 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: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 mvn modello:xdoc site

 As of the 2.0.3 release, that should be automatically bound?

Thanks.  It's not working automatically:

~/svn/maven/plugins/maven-assembly-plugin
$ mvn --version
Maven version: 2.0.4-SNAPSHOT

$ mvn clean site -U
...
$ ls target/site/assem*
ls: target/site/assem*: No such file or directory

I get an error if I try this:

$ mvn modello:xdoc site
...
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] One or more required plugin parameters are invalid/missing for
'modello:xdoc'
...
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.c
odehaus.modello:modello-maven-plugin. Reason: Invalid or missing parameters: [Mo
jo parameter [name: 'model'; alias: 'null'], Mojo parameter [name: 'version'; al
ias: 'null']] for mojo:
org.codehaus.modello:modello-maven-plugin:1.0-alpha-8:xdoc

If you want a JIRA issue, which project?

--
Wendy

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



Re: Please update assembly plugin docs

2006-04-07 Thread Brett Porter
That's because, for some reason, we now have two models in there. I have
no idea.

- Brett

Wendy Smoak wrote:
 On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:
 
 mvn modello:xdoc site

 As of the 2.0.3 release, that should be automatically bound?
 
 Thanks.  It's not working automatically:
 
 ~/svn/maven/plugins/maven-assembly-plugin
 $ mvn --version
 Maven version: 2.0.4-SNAPSHOT
 
 $ mvn clean site -U
 ...
 $ ls target/site/assem*
 ls: target/site/assem*: No such file or directory
 
 I get an error if I try this:
 
 $ mvn modello:xdoc site
 ...
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] One or more required plugin parameters are invalid/missing for
 'modello:xdoc'
 ...
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: 
 org.c
 odehaus.modello:modello-maven-plugin. Reason: Invalid or missing parameters: 
 [Mo
 jo parameter [name: 'model'; alias: 'null'], Mojo parameter [name: 'version'; 
 al
 ias: 'null']] for mojo:
 org.codehaus.modello:modello-maven-plugin:1.0-alpha-8:xdoc
 
 If you want a JIRA issue, which project?
 
 --
 Wendy
 
 -
 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: Please update assembly plugin docs

2006-04-07 Thread dan tran
Brett, the second model file is to support subassembly/component

-D



On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 That's because, for some reason, we now have two models in there. I have
 no idea.

 - Brett

 Wendy Smoak wrote:
  On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:
 
  mvn modello:xdoc site
 
  As of the 2.0.3 release, that should be automatically bound?
 
  Thanks.  It's not working automatically:
 
  ~/svn/maven/plugins/maven-assembly-plugin
  $ mvn --version
  Maven version: 2.0.4-SNAPSHOT
 
  $ mvn clean site -U
  ...
  $ ls target/site/assem*
  ls: target/site/assem*: No such file or directory
 
  I get an error if I try this:
 
  $ mvn modello:xdoc site
  ...
  [INFO]
 
  [ERROR] BUILD ERROR
  [INFO]
 
  [INFO] One or more required plugin parameters are invalid/missing for
  'modello:xdoc'
  ...
  [INFO] Trace
  org.apache.maven.lifecycle.LifecycleExecutionException: Error
 configuring: org.c
  odehaus.modello:modello-maven-plugin. Reason: Invalid or missing
 parameters: [Mo
  jo parameter [name: 'model'; alias: 'null'], Mojo parameter [name:
 'version'; al
  ias: 'null']] for mojo:
  org.codehaus.modello:modello-maven-plugin:1.0-alpha-8:xdoc
 
  If you want a JIRA issue, which project?
 
  --
  Wendy
 
  -
  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: Please update assembly plugin docs

2006-04-07 Thread Wendy Smoak
On 4/7/06, Brett Porter [EMAIL PROTECTED] wrote:

 That's because, for some reason, we now have two models in there. I have
 no idea.

Thanks for your help. :) I opened
http://jira.codehaus.org/browse/MASSEMBLY-79 for it.

--
Wendy

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