Also, can you please update this page:
http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation
Thanks. ^_^
Dennis Lundberg wrote:
Hi all
I have finished going over the documentation for the maven-jar-plugin.
I hope you can spare a moment and read through it.
This is what I hav
Btw, to those who want to check it out, a staging site is available at
http://people.apache.org/~epunzalan/maven-idea-plugin/
Edwin Punzalan wrote:
I've just finished updating the documentation for the maven-idea-plugin.
Your feedback is highly appreciated.
Thanks.
^_^
I think I remember that we should be using "Maven" instead of "Maven 2".
Aside from that, everything's just great.
^_^
Dennis Lundberg wrote:
Hi all
I have finished going over the documentation for the maven-jar-plugin.
I hope you can spare a moment and read through it.
This is what I h
Thanks - is it definitely the inheritence? If so, that's a bug.
There are two other factors:
- a bug that meant a parameter without expression didn't appear (I
committed Edwin's fix yesterday, but didn't deploy a snapshot)
- readonly and components are now omitted by design
Definitely needs to
On 7/12/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
- Add FAQ
In the FAQ, could you link to documentation that tells you how to set
parameters in the configuration section.
At the moment you have to know you can specify tags that match the
attributes of the class to set values.
The main cl
Dennis Lundberg wrote:
Hi
I've found a problem using the new plugin plugin. The "new look" for the
mojo documentation doesn't include everything that it used to.
I'm documenting the jar plugin. This plugin has an AbstractJarMojo which
the JarMojo extends. The abstract class has many paramete
Hi all
I have finished going over the documentation for the maven-jar-plugin. I
hope you can spare a moment and read through it.
This is what I have done:
[MJAR-46] Document element in configuration
[MJAR-47] maven-jar-plugin documentation should point to additional
documentation, such as m
Hi
I've found a problem using the new plugin plugin. The "new look" for the
mojo documentation doesn't include everything that it used to.
I'm documenting the jar plugin. This plugin has an AbstractJarMojo which
the JarMojo extends. The abstract class has many parameters that don't
get inclu
Rinku wrote:
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
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
On 7/11/06, Ahmed Omarjee <[EMAIL PROTECTED]> wrote:
- IMHO, the act of checking code out, building and then labelling is not
part
of the typical developers build lifecycle (ie. on a single developers
machine, he handles this kind of thing manually if needs be, by updating
his
codebase, labelli
Done.
-Original Message-
From: Maria Odea Ching [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 11, 2006 8:17 PM
To: dev@maven.apache.org
Subject: Review Javadoc Plugin Documentation
Hi Everyone,
I've made some changes in the javadoc plugin. Could someone please
review it? :)
--
Sorry for cross-posting this mail, I didn't get an answer on user mailing list.
Is it possible to
overvrite plugin configuration outside of the pom.xml? I have nested elements
in my plugin
configuration, so I can't use a simple property that can be replaced?
Regards, carsten
--- Forwarded
Done, with small changes.
-Original Message-
From: Allan Ramirez [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 11, 2006 10:31 PM
To: Maven Developers List
Subject: Review of install plugin
Hi everyone,
Just updated the docs of the install plugin. I hope you dont mind if you
take a look
First one (consistent with yours, and consistent with what's already in
maven/site).
/me dictates benevolently
(if anyone feels strongly enough for another, we can take it to a vote :)
- Brett
On 12/07/2006 12:12 AM, Mike Perham wrote:
src/site/apt/example/
like-this.apt
likeThis.apt
src/site/apt/example/
like-this.apt
likeThis.apt
likethis.apt
I know it's anal but can a benevolent dictator just declare one as the
standard? I prefer to former but don't care one way or the other.
javadoc and install currently have all three represented. :-)
-
Hi Everyone,
I've made some changes in the javadoc plugin. Could someone please
review it? :)
Thanks,
Odea
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
If it's a matter of sharing information maybe the ability to store data in a
sort of temporary HashMap sort of session? Ie clover could do something
like:
session.store("CLOVER_INSTRUMENTED_SOURCE_DIR",
"target/src/clover-generated");
And the next guy that needs it could pick it up...Probably no
I have found this aspect of clover a great frustration and would welcome any
attempt to separate such 'instrument and compile' tasks from the main
project build activities.
John
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: 11 July 2006 06:20
To: Maven Developers
Hi everyone,
Just updated the docs of the install plugin. I hope you dont mind if you
take a look and give me some feedback about it. Thanks
Cheers,
allan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
Maria Odea Ching wrote:
Okay, will do :)
Thanks..
Could you also fix your clock? It seems to be set for the wrong
timezone, or something ... either way, it's about 15 hours fast.
Richard
--
Richard van der Hoff <[EMAIL PROTECTED]>
Telephony Gateways Project Manager
Tel: +44 (0) 845 666 7778
Okay, will do :)
Thanks..
Trygve Laugstøl wrote:
Maria Odea Ching wrote:
Hi Everyone,
I've made some changes in the javadoc plugin docs. Could someone
please review it? :-)
Can you publish the documentation somewhere and also inclue a small
summary of what you've changed to make it easi
Maria Odea Ching wrote:
Hi Everyone,
I've made some changes in the javadoc plugin docs. Could someone please
review it? :-)
Can you publish the documentation somewhere and also inclue a small
summary of what you've changed to make it easier to check it? You should
have an Apache account and
Rinku wrote:
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.
This something that we always have been stressing. For the same reasons
it is important that plugins
I've just finished updating the documentation for the maven-idea-plugin.
Your feedback is highly appreciated.
Thanks.
^_^
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Everyone,
I've made some changes in the javadoc plugin docs. Could someone please
review it? :-)
Thanks,
Odea
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi, Kenney,
On 7/11/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote:
This is not a maven mojo problem but a plugin design problem. Most
plugins, like the jar plugin and the surefire plugin, to name some,
are rather empty. The jar plugin just extracts information from the
MavenProject, giving it
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"
28 matches
Mail list logo