Re: new plugin: issuetracker

2003-11-26 Thread Jean-François El Fouly
A 09:55 26/11/2003 +0100, vous avez écrit :
Hi,

Initially I had started putting some logic for accessing issue trackers
in the changes plugin (that was the first plugin requiring this
information). However, I also need it for the dashboard plugin (I'm
currently adding an aggregator that counts the numbers of open bugs per
project).
I have created on my machine a new issuetracker plugin. I'm sending you
this mail as I know some of you are not too happy about plugin
proliferation... :-)
Is it ok for me to commit this issuetracker plugin? Do you feel it
belongs somewhere else?
Thanks
-Vincent
Such a plugin would definitely interess me (or us, as a company) since I 
thought some time ago about setting up a Scarab plugin using its new API.
If there was a standard issuetracker plugin with various back-ends (as is 
more or less the case for version control) I would try to revive what I was 
thinking about.



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


Re: war:war generates ${pom.artifactId}.war

2003-06-23 Thread Jean-François El Fouly
A 15:47 23/06/2003 +0200, vous avez écrit :
Hi all,

can someone tell me why the war:war goal builds a WAR file named 
${pom.artifactId}.war?
I expected ${maven.final.name}.war as name like jar:jar builds JAR files.

In plugin.jelly of the war-plugin there is ${maven.war.final.name} 
defined. But its value equals to ${pom.artifactId}.
I guess the reason is that ${maven.final.name} contains version info and 
the war built would be called something like : mywebapp-1.1.war
That would cause your web app to respond to the URL 
http://www.myserver.net/mywebapp-1.1 instead of 
http://www.myserver.net/mywebapp ; which obviously most people would not like.



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


Re: LinkCheck

2003-03-20 Thread Jean-François El Fouly
Thanks very much. It works that way.

A 13:23 20/03/2003 -0500, vous avez écrit :
On Thu, 2003-03-20 at 13:15, Jean-François El Fouly wrote:
> [With yesterday CVS HEAD]
> How can I prevent the linkcheck plugin from executing ?
> It seems to run all the time even if I don't put maven.linkcheck.enable
> anywhere -- which bothers me 'cause it goes in some kind of infinite loop
> at the end of maven:site for every other project :-(
You can explicity specify the reports you want used and thus exclude
linkcheck. The default behaviour needs to be fixed but look at maven's
project.xml for an example:
http://cvs.apache.org/viewcvs.cgi/maven/project.xml?rev=1.259&content-type=text/vnd.viewcvs-markup


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


LinkCheck

2003-03-20 Thread Jean-François El Fouly
[With yesterday CVS HEAD]
How can I prevent the linkcheck plugin from executing ?
It seems to run all the time even if I don't put maven.linkcheck.enable 
anywhere -- which bothers me 'cause it goes in some kind of infinite loop 
at the end of maven:site for every other project :-(



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