Marking a build complete in 1.0.3

2007-06-21 Thread Martin Gilday
During a build of a project there was a system crash. Now the project appears in progress with a time of 3 days and coutning. It isn't actually in progress as the 'build' button is available and later scheduled builds have ran and completed sucessfully. Is there a simple way to update Continuum

Build Schedule

2007-06-21 Thread Misura, Gabriel
In Continuum 1.1-alpha-1 I tried to setup a schedule to run every weekday at 9am. I clicked the Syntax link provided in the Edit Schedule Page: http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html So I tried to create the Cron Expression: Second: 0 Minute: 0 Hour: 9 Day of Month: *

[ANN] Maven 2.0.7 Released

2007-06-21 Thread Jason van Zyl
The Apache Maven team would like to announce the availability of Maven 2.0.7. You can find the binaries here: http://maven.apache.org/download.html You can find the release notes here: http://maven.apache.org/release-notes.html You can find the roadmap here:

Re: Plugin to compile and run

2007-06-21 Thread Jo Vandermeeren
Hi Noah, Why don't you package that generator class with your plugin? Then define an execution for it during the generate-sources phase. You should not call plugins from other plugins, because it makes your plugin hard to reuse. Instead, extend the lifecycle by plugging in on certain phases.

Re: execution order of plugins

2007-06-21 Thread Jo Vandermeeren
On 6/20/07, Kanzlers, Andreas [EMAIL PROTECTED] wrote: If different plugins are executed within the same execution phase, which will be executed first ? If multiple plugin executions are defined for the same phase (same or different plugin), they are executed in the same order as they are

Issue in plugin execution order with inherited POM

2007-06-21 Thread Toldwin
Hi everyone, I work with maven 2.0.6 and I have an issue with plugin execution order with inherited POM : I created a custom QALab plugin which use XML files created by Source Xref report and JavaNCSS Report report. I've created and empty project POM with the declaration of the use of my

Re: execution order of plugins

2007-06-21 Thread Torsten Krall
Hello, is there any chance to define a plugin to run before the inherited goal executions? I have to tag a cvs-module and check for an already deployed version with the same versionnumber before deploying. I wrote an ant-plugin to test these conditions which is executed within the

Issue in plugin execution order with inherited POM

2007-06-21 Thread Told
Hi everyone, I work with maven 2.0.6 and I have an issue with plugin execution order with inherited POM : I created a custom QALab plugin which use XML files created by Source Xref report and JavaNCSS Report report. I've created and empty project POM with the declaration of the use of my

Surefire classpah problem

2007-06-21 Thread S . Bloch
Hi I've got problem with surefire plugin. It looks like it has some classpath problem. As you can see below, there is cglib-nodep in classpath or rather it shows there is cglib. + Error stacktraces are turned on. Maven version: 2.0.6 . . . [DEBUG] Configuring mojo

Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Hello. I have a Multiple Module Projects (with top level POM and modules). One of module has ear type (packagingear/packaging) and I don't want to make eclipse project from it. Is it possible to exclude this module from execution of mvn eclipse:eclipse in directory with top level POM?

Re: Set alternate location for .m2

2007-06-21 Thread Olivier Jacob
Hey, I'm new to maven so forgive me if this is a stupid question or if it has been previously answered; however I have not found anything on Google. Can someone tell me how to specify a custom location of the .m2 directory? I need to put this folder outside of the user.home directory. Hi,

Classpath in EAR's manifest?

2007-06-21 Thread andreas.ebbert-karroum
Hi, why is the classpath also generated in the EAR's manifest? It should not, the JavaEE verifier in netbeans is complaining about it: Manifest file of an EAR file should not contain Class-Path entries. Please refer to J2EE 1.4 Platform Specification Section #8.2 for further

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Nick Stolwijk
At the eclipse plugin site [1] I don't see such an option. But I don't understand the problem you have with generating the .classpath en .project files. Just don't import the project into Eclipse and all is well, or not? Hth, Nick Stolwijk [1]

Re: Notifiers lists

2007-06-21 Thread Maria Odea Ching
Hi, I think this is stored in the continuum database (ProjectNotifier table). -Deng Jeff Mutonho wrote: Where are the e-mails added (i.e notifiers list) through the continuum's web front-end stored?

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
The maven's download page, still reference maven-2.0.6, is it correct ? CletteBou 2007/6/21, Jason van Zyl [EMAIL PROTECTED]: The Apache Maven team would like to announce the availability of Maven 2.0.7. You can find the binaries here: http://maven.apache.org/download.html You can find

Re: Copy file

2007-06-21 Thread Maria Odea Ching
Hi, Sorry, I misread your previous email. I thought it was about using a different config file for every profile. Anyway, I don't know of any plugin that can be used for what you wanted to do.. -Deng geirgp wrote: Thanks for replying, but I can't see how configuring this plugin can help me

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Antonio Petrelli
2007/6/21, Guillaume Boucherie [EMAIL PROTECTED]: The maven's download page, still reference maven-2.0.6, is it correct ? Strange, I see 2.0.7, maybe you need to clear your cache. Antonio

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Nick, thanks for your replay. My problem is that 'mvn eclipse:eclipse' fail on ear module, because of '[INFO] Failed to resolve artifact'. This missing artifact is other module of my my multiple module project. It's weird, because 'mvn package' works ok. Meybe I rather need to concentrate

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli [EMAIL PROTECTED]: 2007/6/21, Guillaume Boucherie [EMAIL PROTECTED]: The maven's download page, still reference maven-2.0.6, is it correct ? Strange, I see 2.0.7, maybe you need to clear your cache. Antonio

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Mark Hobson
Although the page title is still Download Maven 1.0 :) Mark On 21/06/07, Guillaume Boucherie [EMAIL PROTECTED] wrote: stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli [EMAIL PROTECTED]: 2007/6/21, Guillaume Boucherie [EMAIL PROTECTED]: The maven's download page, still

Re:snapshotRepository.uniqueVersion does not work

2007-06-21 Thread gc134728
-- Initial header --- From : gc134728 [EMAIL PROTECTED] To : users users@maven.apache.org CC : Date : Wed, 20 Jun 2007 15:22:47 +0200 Subject : Re:snapshotRepository.uniqueVersion does not work You also could try the new maven release. If you check the

Re: Copy file

2007-06-21 Thread Stephen Coy
Hi, There's a couple of approaches to this: 1) use separate resources directories for each customer, with each one containing a config.xml. Then configure a resources block in each profile that points at the appropriate directory. 2) use a single config file that has its values specified

Issue in excluding unwanted jars from the target war.

2007-06-21 Thread nitinaggarwal
Hi I am pretty new to maven 2. i am working on a portal (jsr 168 portlets) project on jetspeed 2.1 portal server and building using maven2.05. when i use the mvn install command the build is fine and i am successfully able to generate a fcapps.war file. Everything seems working fine but the

RE: Issue in excluding unwanted jars from the target war.

2007-06-21 Thread Alok, Niraj
Use the scope tag to decide which jars to be packaged. Scope can be etiher test/compile/runtime/provided. Niraj -Original Message- From: nitinaggarwal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 5:22 PM To: users@maven.apache.org Subject: Issue in excluding unwanted jars

Re: Issue in excluding unwanted jars from the target war.

2007-06-21 Thread Tim Kettler
Hi, you mean that for example this dependency: dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.3/version scopeprovided/scope /dependency is included in your war even though it has 'provided' scope? Have you added the scope tag later on in

Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Hi, What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? I couldn't find any FAQ or reference on this. Sorry if this is indeed an FAQ. Thanks in advance. -Olivier - To

Re: javadoc:jar goal question

2007-06-21 Thread DavidWilliams
Ok. That would explain why it still separated them even when I set aggregate to true. Thanks for your response!! David Maria Odea Ching [EMAIL PROTECTED] 06/21/2007 12:35 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject

RE: Classpath in EAR's manifest?

2007-06-21 Thread Jörg Schaible
Hi Anread, -Original Message- From: andreas.ebbert-karroum Sent: Thursday, June 21, 2007 11:54 AM Subject: Classpath in EAR's manifest? Hi, why is the classpath also generated in the EAR's manifest? It should not, the JavaEE verifier in netbeans is complaining about it:

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Tim I haven't. I missed that option while looking at all those other options. = ) What I would like to do is be able to list these javadoc jars as a dependency of another project. However they are installed to the same directory as the project jar. I'm thinking I need them in a separate

Profile de-activation

2007-06-21 Thread Julien Stern
Hi list, Is it possible to de-activate a profile? I would like one profile to be activeByDefault, but would like to be able to deactivate in order to use an other one in some specific poms. It that possible at all? Thanks. -- Julien

Re: Plugin to compile and run

2007-06-21 Thread noah
On 6/20/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Noah, Why don't you package that generator class with your plugin? Then define an execution for it during the generate-sources phase. Ah right, because the class to compile is project specific. The classes to generate are described as

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
No, with jarOutputDirectory/ you just tell the plugin where to create the javadoc jar. This will not help you to access it as a dependency from a repository. However, your actual problem is solved easily. It's no problem at all that the javadoc jar is deployed alongsite the main artifact in

Re: Profile de-activation

2007-06-21 Thread Stephen Coy
http://www.nabble.com/Deactivating-profiles- tf3711454s177.html#a10381554. :-) On 21/06/2007, at 11:16 PM, Julien Stern wrote: Hi list, Is it possible to de-activate a profile? I would like one profile to be activeByDefault, but would like to be able to deactivate in order to use an other

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Thank you Tim!!! I'll give that a try. David Tim Kettler [EMAIL PROTECTED] 06/21/2007 08:29 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: -javadoc jars No, with jarOutputDirectory/ you just tell the plugin

Re: Profile de-activation

2007-06-21 Thread Julien Stern
On Thu, Jun 21, 2007 at 11:54:07PM +1000, Stephen Coy wrote: http://www.nabble.com/Deactivating-profiles- tf3711454s177.html#a10381554. :-) Thanks! And if the not (!) trick is here to say, it should definitely be documented on the Maven site :) On 21/06/2007, at 11:16 PM, Julien Stern

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
To add/clarify my previous mail: Adding the javadoc dependency to the procject/dependencies/ section is probably not what you want (this would add the javadoc jar to the compilation classpath as well). Instead I would use the maven-dependency-plugin [1] to copy the jar [2] to the right

Contributing a document fix/patch

2007-06-21 Thread Jeff Mutonho
I've picked up an error in some plugin documentation.How do I provide a patch for it? -- Don't take the name of root in vain. Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Jason van Zyl
Thanks. Fixed and deployed. On 21 Jun 07, at 3:46 AM 21 Jun 07, Mark Hobson wrote: Although the page title is still Download Maven 1.0 :) Mark On 21/06/07, Guillaume Boucherie [EMAIL PROTECTED] wrote: stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli [EMAIL PROTECTED]:

test-jar's and eclipse:eclipse

2007-06-21 Thread Mikael Andersson
Hi all I wonder if there is a way of having the test jars generated with jar:test-jar added to the eclipse classpath when doing a eclipe:elclipse. Many thanks, Mike

Re: Contributing a document fix/patch

2007-06-21 Thread Wayne Fay
Most bug reports will go in the Codehaus JIRA but the actual location for the new bug depends on the plugin. Which plugin are you talking about? Wayne On 6/21/07, Jeff Mutonho [EMAIL PROTECTED] wrote: I've picked up an error in some plugin documentation.How do I provide a patch for it? --

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho [EMAIL PROTECTED] wrote: I've picked up an error in some plugin documentation.How do I provide a patch for it? Roughly in order of time and effort... * Mention it here and see if someone picks it up and fixes it * Add it to the wiki

Re: Contributing a document fix/patch

2007-06-21 Thread Jeff Mutonho
The plugin is the maven-dependency-plugin , but the actual correction is in the documentation.In the example usage , the plugin is referred to as : plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIddependency-maven-plugin/artifactId executions Don't

Problem when solving dependencies in install-file phase

2007-06-21 Thread Clement Escoffier
Hello, We are implementing a Maven plugin to transform Maven repositories into OSGi Bundle Repository (OBR). This plugin provides several phase as : - install - install:install-file - deploy - deploy:deploy-file Install Deploy work fine, however we have issues on install-file and

How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread Andrew Moores
Hello I want to make my build fail if there are any checkstyle errors in my code. I have added the following to my pom: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-checkstyle-plugin/artifactId configuration

weblogic-maven-plugin problem

2007-06-21 Thread Baoli Zhang
Hi, I try to use weblogic-maven-plugin, but got error as no protocol: and error with deploy, stop, start. I searched the user list archive, someone had this problem before. But the solution worked for him does not work for me. Any one can help? This is the topic that I found:

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho [EMAIL PROTECTED] wrote: The plugin is the maven-dependency-plugin , but the actual correction is in the documentation.In the example usage , the plugin is referred to as : plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread Guillaume Boucherie
try something like this. build plugins plugin groupIdorg.apache.maven.pluginsgroupId artifactIdmaven-checkstyle-plugin/artifactId executions execution goals goalcheck/goal /goals /execution /executions /plugin /plugins /build

Turkish Letter Problem

2007-06-21 Thread MUSTAFA SAIT OZEN
I need Turkish Encoding Support from Maven. I have a pom.xml like plugin artifactIdmaven-site-plugin/artifactId configuration outputEncodingUTF-8/outputEncoding /configuration /plugin When project site is created, I see that Turkish letters are lost. I

Comtinuum 1.1 alpha2 - CVS problems

2007-06-21 Thread Rodrigo Gonçalves
Hi... My problem is a little peculiar. I have Continuum running as a service. I also have Pageant (PuTTY authentication agent) running as a service in order to allow Continuum to checkout the projects from CVS without any problems. Everything works fine, until I do the upgrade form 1.0.3 to

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Steven Rowe
Hi Olivier, Olivier Dehon wrote: What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? This doesn't directly answer your question, but since it's not clear exactly what problem you're trying to solve, here's a solution to a different problem :)

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Tim, I read the maven-dependency-plugin over and how would you tell the plugin to copy the javadoc jar and not the project jar? I did not see classifier as an option. From the maven-dependency-plugin website Collection of ArtifactItems to work on. (ArtifactItem contains groupId, artifactId,

Re: Turkish Letter Problem

2007-06-21 Thread Wayne Fay
There was a similar query yesterday from another user. Someone suggested taking a look at: http://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html I don't know if this will be helpful or not. Where is the string SAÝT coming from -- your project name/description/etc in the

Re: resources forced to target/classes

2007-06-21 Thread Paul Copeland
How can you use the assembly plugin to copy files within the file system and not create an archive? The binaries element has an unpack option that might work if you can get rid of the temporary archive. Also I am not clear on what the difference is between source files and binary files is as

Install Deploy an artifact generated with Assembly Plugin

2007-06-21 Thread jp4
I use the assembly plugin to create an executable jar file that contains all of it's dependencies. The file name is foo-1.0-SNAPSHOT-jar-with-dependencies.jar. I would like to be able to install this artifact locally and/or deploy to a remote repository. How can I do this? I have included the

What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
Hi! when I type mvn install in my project folder it gives me errors... i don't know what the heck it is... its in the image.. http://www.nabble.com/file/p11239325/imageerrorcarlos.jpg thank's for help! :-P -- View this message in context:

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Heinrich Nirschl
On Thu, 2007-06-21 at 12:13 +0200, Marcin Waldowski wrote: Nick, thanks for your replay. My problem is that 'mvn eclipse:eclipse' fail on ear module, because of '[INFO] Failed to resolve artifact'. This missing artifact is other module of my my multiple module project. It's weird, because

Re: What is this? What I have to do to fix?

2007-06-21 Thread Wayne Fay
Next time, cut and paste the text into an email. Its a lot easier to deal with. To fix your issues, make sure your dependencies are properly declared in your pom.xml file. It seems like you are missing some classes which is leading to your compilation failures. Wayne On 6/21/07, ScottBrank

Re: What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
other thing i want to know.. my project has a lot of dependencies... a lot of other jars that i need to my appplication... so, i have read that i hae to declare these dependencies in my pom.xml... but i have read too that i have only to declare the basiest level of m dependencies.. well.. what

AW: What is this? What I have to do to fix?

2007-06-21 Thread Steinhauer, Frank
Hi Scott, Maven2 automatically detects transient dependencies, so there's no need to declare these too in the POM. Frank -Ursprüngliche Nachricht- Von: ScottBr... [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Juni 2007 21:03 An: users@maven.apache.org Betreff: Re: What is this?

Re: What is this? What I have to do to fix?

2007-06-21 Thread Steven Rowe
Maybe you're talking about transitive dependencies? Here's an interesting blog entry from Carlos Sanchez that describes the situation: http://jroller.com/page/carlossg?entry=using_transitive_dependecies_the_right Steve ScottBrank wrote: other thing i want to know.. my project has a lot of

Re: NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-21 Thread Hervé BOUTEMY
I opened http://jira.codehaus.org/browse/MANTTASKS-75, with testcase and patch: it should be included in next Maven Ant Tasks version, 2.0.7, scheduled next week. Hervé Le jeudi 21 juin 2007, Hervé BOUTEMY a écrit : ok I think the problem in that your settings.xml file on your Linux machine

Re: Turkish Letter Problem

2007-06-21 Thread MUSTAFA SAIT OZEN
The project's pom.xml like this : ?xml version=1.0 encoding=ISO-8859-9? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

Uploading the .jar to my internal repository

2007-06-21 Thread Martin A.Villalobos
Hello, I've a question? I'm trying to upload a .jar to my internal repository. Somebody can helpme with a detailed howto about this task? Thanks for all. Martin. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Turkish Letter Problem

2007-06-21 Thread Carlos Sanchez
pom encoding it's already logged in jira as a problem On 6/21/07, MUSTAFA SAIT OZEN [EMAIL PROTECTED] wrote: The project's pom.xml like this : ?xml version=1.0 encoding=ISO-8859-9? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Uploading the .jar to my internal repository

2007-06-21 Thread Wendy Smoak
On 6/21/07, Martin A.Villalobos [EMAIL PROTECTED] wrote: I'm trying to upload a .jar to my internal repository. Somebody can helpme with a detailed howto about this task? Try this, and then ask if you have a specific question: http://maven.apache.org/plugins/maven-deploy-plugin/usage.html --

Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see local variables the Eclipse project was created via mvn eclipse:eclipse. Has anyone else noticed this? -- Esse Quam Videre To Be,

RE: Uploading the .jar to my internal repository

2007-06-21 Thread Heck, Joe
You want to use the maven deploy plugin - details on usage here: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin A.Villalobos Sent: Thursday, June 21, 2007 1:40 PM To: users@maven.apache.org Subject: Uploading the .jar to my internal repository

Re: Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
Never mind. It was the CodePro coverage that caused the problem. On 6/21/07, Jon Strayer [EMAIL PROTECTED] wrote: I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see local variables the

Re: NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-21 Thread Torsten Krall
Yes, thanks, that was the problem. :-) Regards, Torsten Hervé BOUTEMY wrote: I opened http://jira.codehaus.org/browse/MANTTASKS-75, with testcase and patch: it should be included in next Maven Ant Tasks version, 2.0.7, scheduled next week. Hervé Le jeudi 21 juin 2007, Hervé BOUTEMY a

Re: using javadocDirectory with maven-javadoc-plugin

2007-06-21 Thread Adam Hardy
Heinrich Nirschl on 16/06/07 21:39, wrote: On Sat, 2007-06-16 at 19:21 +0100, Adam Hardy wrote: Heinrich Nirschl on 15/06/07 18:35, wrote: On Thu, 2007-06-14 at 23:07 +0100, Adam Hardy wrote: I thought I'd post a more generic description since it seems no-one else recognises the problem.

Perforce login

2007-06-21 Thread Jackson, Brian R
I'm attempting to run mvn scm:update on my project but I get the following output: - C:\Projects\SuperPOMs\espnmvn scm:update [INFO] Scanning for projects... [INFO] Searching

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Dan Tran
please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 On 6/21/07, Heinrich Nirschl [EMAIL PROTECTED] wrote: On Thu, 2007-06-21 at 12:13 +0200, Marcin Waldowski wrote: Nick, thanks for your replay. My problem is that 'mvn eclipse:eclipse' fail on ear

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Steven Rowe wrote: What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? If you define a property in the POM, and then use ${} syntax to refer to the property in the configuration for one plugin, you can refer to this same property value

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Dan Tran
The patch for this enhancement has been applied. The release of new eclipse plugin is coming very soon. -D On 6/21/07, Dan Tran [EMAIL PROTECTED] wrote: please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 On 6/21/07, Heinrich Nirschl [EMAIL PROTECTED]

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread nitinaggarwal
Hi I am facing a similiar issue in my project. But additionally i want the a checkstyle file FC-CheckStyle.xml customized to my project be invoked in order to find out if there are checkstyle errors . how do i do that? Additionally can some one tell me how can i refer to this file as this

Re: Contributing a document fix/patch

2007-06-21 Thread Tim Kettler
Brian, while you're at it: The description of the ArtifactItems collection in the copy/unpack mojo doesn't mention that classifier is supported too. -Tim Brian E. Fox schrieb: I found this in a couple of the example pages. I'm redeploying the site now. Thanks! -Original Message-

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
David, the dependency:copy-dependencies goal uses the project dependencies, the dependency:copy goal uses a list of dependencies defined in the plugin configuration (See [1] for an example). If you want the javadoc jar unpacked to the target location just use the dependency:unpack goal. The

Re: Install Deploy an artifact generated with Assembly Plugin

2007-06-21 Thread Tim Kettler
John, you can attach the jar file with the attach:artifact goal from build-helper-maven-plugin [1] over at the mojo project. -Tim [1] http://mojo.codehaus.org/build-helper-maven-plugin/ jp4 schrieb: I use the assembly plugin to create an executable jar file that contains all of it's