A Plugin, IMHO, is atomic. I don't think you can actually have 2 plugins
inter-communicate (the way you need it), except for reading the
configuration from pom.xml, which was on one of the threads on the user@
or dev@ list just a couple of days ago.
What is your use-case - there might be anoth
Hi,
I have seen this one ... long time ago!
Can you rename/remove the folder that maps to "org.apache.maven "
groupId in your local repo, and try building again. I think its coming
from an old version of a library
Cheers,
Rahul
Dennis Lundberg wrote:
Hi all
Someone seems to have broken
There are currently 5 open issues for 1.6 and it has been like that
for a while. I thought that I might try to convince them to release
the current trunk as 1.6 so that projects, that can not use snapshots
in releases, could start using it. The current trunk has some, but
not all, Java 5 f
One way could be to factor out the reusable bits out to a separate
Component. That should make plugins lightweight and allow components to
be used by more than just one Plugin.
Cheers,
Rahul
- Original Message -
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Developers List"
Hi,
I have meant to ask this everytime I run into similar error with wagon
providers.
Why is it that the wagon provider lib needs to be copied to under M2
Home? Shouldn't this be downloaded to local repo and used from there? Is
it something to do with Classworlds' realms.
Cheers,
Rahul
--
Hi,
You should be able to create your own implementation of for Archetype
ROLE and assign it a 'role-hint'.
And, then use that 'role-hint' to obtain your custom implementation from
the container.
See sources for Plexus archiver - how DefaultArchiverManager performs
component look up based
configuration and modify it before the jar plugin is invoked.
Alternately I'll have to write a custom jar plugin that references a
singleton class to get some of its configuration (which I'd rather not
do since that is a really bad way to do things)
MAR
-Original Message-
From:
What is your use case? - may be there is another way to do it.
Cheers,
Rahul
Russell, Mark wrote:
Is it possible to reconfigure a plugin from within another plugin? (ie
could a plugin bound to the initialize phase modify the configuration of
a plugin bound to the package phase?)
If so, ho
Just wondering if rather than having an list stuffed in each
of elements, if we could have some sort of
tag that can 'advise' Maven the choosing strategy for conflicting
artifacts (pretty much like version ranges).
For sake of an example:
junit
junit
appreciate all the feedback we can get to help us align the site
content best to user expectations.
Cheers,
Rahul
- Original Message -
From: "Rinku" <[EMAIL PROTECTED]>
To: "Maven Developers List"
Sent: Thursday, June 15, 2006 7:29 PM
Subject: Re: Fw: [plexus-
Hi,
Some sites:
[A] http://java.sun.com/javase/
[B] http://ant.apache.org/
Some notes:
1) L.H.S nav categories are concise. For example, "Reference" in [A]
above has links to all documentation resources. "Community" has all the
stuff about forums, issues etc etc (can map to JIRA, mailing l
em up and
actually publishing them along with the existing todo list before
getting too much feedback that says "there's nothing there" :)
- Brett
Rinku wrote:
Greetings everyone,
We are keen to gather inputs for Plexus documentation/website from
users on this list. Please se
-
From: "Brett Porter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2006 5:22 PM
Subject: Re: [plexus-dev] Plexus Website
Rinku wrote:
Greetings,
There's been a growing interest on IRC lately in Plexus and I quickly
wanted to touch
+1 for documentation reorganization on the Maven website.
Also, quickly wanted to add that documenting Maven would, IMHO,
encompass a number of other projects/sub-projects (For instance ones
appearing in the top navigation on the Maven homepage). I think we need
to include them in the scope a
Hi,
I have a use case where I am trying to figure what might be an ideal (if
not best) way to deal with it.
For an EJB3 project I need to toy around with a
"META-INF/persistence.xml" which contains all the entity mappings.
There are two constraints:
1) Developers using Eclipse should not
Hi ,
You might want to have a look at Buckminster project under Eclipse as
well as raise this on their lists/newsgroup.
cheers,
Rahul
- Original Message -
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Developers List"
Sent: Friday, June 09, 2006 5:26 PM
Subject: Re: Eclipse/O
Hi Reinhard,
Some notes inlined below:
Reinhard Poetz wrote:
Rinku wrote:
So far I added the configuration parameter "pde". If set to true,
the PluginNature and the schema and manifest builders are added to
.project.
I have a patch submitted for this for the maven-ecli
Hi Hermod,
Coincidently, there was a thread on maven-users list about delegating
goal to another mojo (see yesterday's posts). I have posted a similar
code snippet there that uses embedder, you might want give it a try if
you want to stick to released version.
HTH,
Rahul
- Original Mess
Hi Reinhard,
Some notes inlined..
1) Running eclipse:eclipse should generate the project definition
just as it does now, it detects if a "org.eclipse.pde.PluginNature"
is specified for .project and setups the PDE nature (updates to
.classpath) accordingly.
2) A Bundle Manifest writer could
Hi,
Not sure if there is some work in progress for Eclipse Plugin support
but here are some quick notes on the following logged in JIRA
http://jira.codehaus.org/browse/MECLIPSE-92
http://jira.codehaus.org/browse/MECLIPSE-103
1) Running eclipse:eclipse should generate the project definition jus
Of Code
2006 proposal for Continuum Eclipse Plugin
On Tue, 2 May 2006, Rinku wrote:
Hi,
You can always create a repository yourself using svnadmin,
set file permissions accordingly, and people with a codehaus account
can svn+ssh:// to it then. But samples are best just attached to jira
using an arch
Hi Vincent,
I was hoping I escape getting beaten up for putting them there
temporarily! :-)
I don't think I can version control under public_html directory, can I?
if it might be an issue, I am happy to remove them and look for an
alternative.
Let me know.
Cheers,
Rahul
- Original Me
Hi,
I've been trying to get unit tests running for a continuum component
while developing in Eclipse. With help from developers on IRC I did
manage to get the unit tests running from within Eclipse. But on running
them from command prompt, my unit tests still fail.
I suspect it might be mult
Hi,
I have created a service/component which I would like to add to my local
Continuum installation.
Any idea how can achieve it?
TIA,
Rahul
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi,
I revisited this again, put some system.out's in the
org.apache.maven.it.Verifier source and skimmed thru SVN logs.
After the last commit to "org.apache.maven.it.Verifier", the
resolveCommandLineArg( String key ) call from executeHook(String
filename) method blows up with a StringIndexOu
Are you using Eclipse to commit? I have noticed this behaviour with
Eclipse when committing to CVS (not sure about SVN).
If I commit a resource with $Id$ using tortoiseSVN for first ever
commit, the $Id$ gets interpolated correctly for all subsequent commits
(even from within Eclipse)...
Rah
Since we talk about 'latest and greatest', I wonder why javadocs
published online cannot serve as 'latest and greatest' docs?
I am +1 to Carlos' idea about documenting almost all methods. If we were
to publish API docs for Maven and Plugins on the website (some separate
URL) with every Maven r
Hi,
My response inline...
Tim O'Brien wrote:
Developers don't write great documentation. Don't raise the bar so high
that people are discouraged from submitting doco-less patches. Just create
a structure to address documentation deficiency.
Sorry, but IMHO that's too much of a generalizat
The '-P' switch is used to activate build profiles.
See this to view all goals for a plugin:
http://docs.codehaus.org/display/MAVENUSER/FAQs?showComments=true&showCommentArea=true#FAQs-Howtolistallgoalsavailableforacertainplugin%3F
HTH,
Rahul
- Original Message -
From: "Dave Maung"
If you check out Maven 2 sources, embedder module is included.
http://maven.apache.org/source-repository.html
Cheers,
Rahul
- Original Message -
From: "Dave Maung" <[EMAIL PROTECTED]>
To:
Sent: Saturday, January 21, 2006 10:54 AM
Subject: Maven2 Embedder source
Hi,
Where can I Maven
Hi,
Has this discussion thread reached a decision yet?
Jason's idea of pre/post phase decorators sounds great. My understanding was
that the decorators will be able to address cases like pre-pre-compile etc... -
so basically, upto the user to use 'n' number of phase decorators.
I think its a gr
/src/main/java/org/codehaus/plexus/component/configurator/basic/ClassConverter.java
Cheers,
Brett
Rinku wrote:
> Hi ,
>
> I did relevant updates to m2 sources on local and
updated m2 install for
> plexus-container-default verison
1.0-alpha-10-SNAPSHOT. But still
> running into a ClassN
ect must be in the same
packge of your mojo.
Not sure if this helps thou.
-Dan
On 1/2/06, Rinku <[EMAIL PROTECTED]> wrote:
Hi ,
I did relevant updates to m2 sources on local and updated m2 install for
plexus-container-default verison 1.0-alpha-10-SNAPSHOT. But still running
into a
Cla
Hi ,
I did relevant updates to m2 sources on local and updated m2 install for
plexus-container-default verison 1.0-alpha-10-SNAPSHOT. But still running into a
ClassNotFound error. Looks like its coming from Classworld libs.
I have posted the stacktrace at:
http://www.rafb.net/paste/results/tk
Hi,
I am wondering if there is a reason why the maven-eclipse-plugin generates a
.wtpmodule (and WST natures in .project) even when no war/ear/wjb packaging is
specified in pom.xml? Is this correct behaviour ?
I think by default packaging should default to 'jar' and not generate any
config f
quot;Maven Developers List"
Sent: Tuesday, December 20, 2005 6:01 AM
Subject: Re: [m2] Unable setup under
(XmlPullParserException: Unrecognised tag)
You cannot specify anything but properties, repositories, and
pluginRepositories (IIRC) outside of the POM itself. This is to help
ensure tha
Hi ,
I am trying to introduce selective dependencies based on profile activation for
a project, but i am encountering an exception (stacktrace below)
Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException:
Unrecognised tag: 'dependencies' (position: START_TAG seen ...\r\n
...
Hi,
I submitted a patch for this one. Can we close this if it looks good?
Cheers
Rahul
- Original Message -
From: "John Casey (JIRA)" <[EMAIL PROTECTED]>
To:
Sent: Thursday, November 24, 2005 4:49 PM
Subject: [jira] Moved: (ARCHETYPE-16) archetype-plugin copies sub-packaged
source t
Hi,
for the following dependencies are missing in archetype-core POM.
I ran "mvn eclipse:eclipse" and got the following error message:
Project ID: org.apache.maven:maven-archetype-core
POM Location: D:\oss\maven\archetype\maven-archetype-core\pom.xml
Validation Messages:
[0] 'dependenc
and here's the log for the second failure...
cheers,
Rahul
- Original Message -
From: "Emmanuel Venisse" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 19, 2005 1:30 AM
Subject: Re: Continuum Build: Integration Test failures
The problem is due to a missing pom in local repo :
[W
ok, I am still getting integration test failures.
I cleaned my local repo recently while building m2 snapshot and removed the
plugin-registry.xml as suggested.
Please find attached the updated test reports (i am attaching these in 2
email as mail server rejects messages over a certain size).
+1 +1 ;-)
dat iz neat might I say !
Cheers,
Rahul
Brett Porter wrote:
Hi,
Previously we polled for responses on an improved CSS and the opinions
were that "31" was the best by far. We've had this turned into CSS which
is applied to 2 pages that cover all styles here:
http://people.apache
+1
Cheers,
Rahul
- Original Message -
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Developers List"
Sent: Tuesday, September 13, 2005 1:52 PM
Subject: [vote] Release Maven 2.0 Beta 1
Hi,
I'd like to release the (overdue) Maven 2.0 Beta 1, SCM and the plugins
at Apache
I have been following similar thread(s) for a few days now - m2 build is
broken. I am still getting lot of exceptions when I try to build SVN
snapshots and I blew up my local repository before I did the last couple of
builds, so not sure what's going wrong there.
I am wondering - did your loca
Hi,
Wondering if this can be closed? I had submitted a patch that fixed this.
Cheers,
Rahul
- Original Message -
From: "Brett Porter (JIRA)" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 26, 2005 3:24 PM
Subject: [jira] Updated: (MNG-490) Creating an archetype with a different
fold
Hi,
What platform are Continuum builds succeeding on?
I am using XP and update and build M2 prior to updating and building
Continuum, but never get a successful build :-(
Anyone building on XP ? or is it known that build still has errors on XP.
Cheers,
Rahul
- Original Message -
F
Has anyone checked out Jameleon for integration testing?
http://jameleon.sourceforge.net/
Cheers,
Rahul
- Original Message -
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Developers List"
Sent: Tuesday, August 23, 2005 10:26 PM
Subject: Re: Automate testing
Steve Loughran
+1
I agree with the "plugin care" assessment idea. Reckon that quarterly
summary by plugin maintainer should keep things tight (hopefully!)
Happy to adopt a "lesser plugin of Maven" ;-).
Cheers,
Rahul
- Original Message -
From: "Vincent Massol" <[EMAIL PROTECTED]>
To: "'Maven De
Hi Brett,
Some suggestions on the HTML site:
1) User Administration
Could we be able to create:
- Groups
- Users (Administrator/superuser always exists)
- assign users to groups
- set up group policies pertaining to project builds (RO/X access)
- assign groups to projects (or vice versa)
- assig
I have created this:
http://jira.codehaus.org/browse/MNG-647
I think this would be a nice feature, and definately a cool one to have in
Continuum as well.
Unfortunately, I still haven't gotten my hands on a sane snapshot build on
win XP for continuum :(((, so not sure if support for JMX is alr
Hi,
On Windows XP I am getting lot of build errors (too many to reproduce) while
building latest SVN snapshot.
I tried building on Linux as well and I got a build failure with the error
below.
Any ideas?
Cheers,
Rahul
[INFO]
--
Hi,
I am attempting to build Continuum from a latest
svn snapshot, but the build fails.
Pls find attached the surefire test report for the
failure.
Cheers, Rahul
---
Battery: org.apache.maven.continuum.store.
52 matches
Mail list logo