jar plugin: docs with error.

2007-05-11 Thread Marcos Silva Pereira
http://maven.apache.org/plugins/maven-jar-plugin/ There is an error in the main page for this plugin. The goals list show test-jar:jar instead of jar:test-jar. Kind Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: eclipse:eclipse

2007-05-10 Thread Marcos Silva Pereira
] On one workstation I could then import the tacos-core as existing project and on one I couldn't. Strange at least. -Borut -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Include runtime-dependencies in packaged jar

2007-04-18 Thread Marcos Silva Pereira
PROTECTED] -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Clover plugin: docs svn are not docs in site.

2007-04-03 Thread Marcos Silva Pereira
Hello, I take a look at clover plugin and I see that documentation in svn are different of documention in site. I also made some little changes in docs (to add an example about method filters using contextFilters parameter). How can I apply a patch to this plugin? Kind Regards, -- Marcos Silva

Re: HowTo avoid version number from filenames

2007-03-28 Thread Marcos Silva Pereira
You could use final name build property: ... build finalName${artifactId}/finalName /build ... HTH -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Maven2 and JUnit4

2007-03-21 Thread Marcos Silva Pereira
Hello, Tom, thanks for your answer. Are you sure you are using the latest surefire ? Well, it is the problem. Maven was using surefire 2.0, so when I run mvn clean test -U everything works fine. Again, thank you very much. Kind Regards -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED

Maven2 and JUnit4

2007-03-19 Thread Marcos Silva Pereira
, how I can configure Maven/Surefire to correctly run JUnit 4 tests? Kind Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Add compilation date in the manifest

2007-03-12 Thread Marcos Silva Pereira
] For additional commands, e-mail: [EMAIL PROTECTED] -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Custom plugins are not found in internal repository.

2007-03-07 Thread Marcos Silva Pereira
place in order to enable mojos downloads? Thanks. -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Custom plugins are not found in internal repository.

2007-03-07 Thread Marcos Silva Pereira
../.m2/settings.xml. Kind Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Plugins' dependencies are not found in internal repository.

2007-03-07 Thread Marcos Silva Pereira
Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Plugins' dependencies are not found in internal repository.

2007-03-07 Thread Marcos Silva Pereira
that profile? On 3/7/07, Marcos Silva Pereira [EMAIL PROTECTED] wrote: Hello, I have deploy some proprietary (and Sun's jars) to my internal repository, but when I try to use these artifacts like a dependency to a plugin, Maven cannot find them: plugins plugin artifactIdmaven

Re: Custom plugins are not found in internal repository.

2007-03-07 Thread Marcos Silva Pereira
://192.168.10.254/maven/url /pluginRepository /pluginRepositories Kind Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: MVN Repository firefox search engine

2007-03-04 Thread Marcos Silva Pereira
Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: properties-files

2007-02-23 Thread Marcos Silva Pereira
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: [M2] Classpath issue

2007-02-23 Thread Marcos Silva Pereira
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Mojo accessing project properties

2007-02-22 Thread Marcos Silva Pereira
about it, but maybe it is working because dependencies were already processed when your mojo is activated. Kind Regards, -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Making properties accessible in pom.xml

2007-02-21 Thread Marcos Silva Pereira
, make this file to be filtered by Maven. HTH. -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: how to include a local jar in compile path

2007-02-21 Thread Marcos Silva Pereira
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Mojo accessing project properties

2007-02-21 Thread Marcos Silva Pereira
.. - 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] -- Marcos Silva Pereira recife

Re: [m2] Access dependency properties inside pom.

2007-02-13 Thread Marcos Silva Pereira
to to do it, but you may want to take a look at the Storing Properties section of [1]. Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Marcos Silva Pereira wrote: Hello, I figured out what is wrong with my configuration: I was trying to use properties

Re: Access dependency properties inside pom.

2007-02-12 Thread Marcos Silva Pereira
a mojo set properties to maven in a way that they are disposable in pom.xml? I am using System.setProperty. Kind Regards -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

Re: Access dependency properties inside pom.

2007-02-09 Thread Marcos Silva Pereira
artifactIdjunit/artifactId version${property.name}/version /dependency /dependencies property.name3.8.1/property.name Declare the version as a property then use that in your dependency. Hope this helps. Dawn Marcos Silva Pereira wrote: How can I access dependency information inside

Re: Access dependency properties inside pom.

2007-02-08 Thread Marcos Silva Pereira
}/version /dependency /dependencies property.name3.8.1/property.name Declare the version as a property then use that in your dependency. Hope this helps. Dawn Marcos Silva Pereira wrote: How can I access dependency information inside the pom.xml? I would like to do something like

Access dependency properties inside pom.

2007-02-07 Thread Marcos Silva Pereira
How can I access dependency information inside the pom.xml? I would like to do something like the following: property.name${project.dependencies[junit:junit].version}/property.name In other words, how can I get the version from a dependency? Thanks... -- Marcos Silva Pereira recife - pe

[M2]: Doubts about modules and packing.

2007-02-06 Thread Marcos Silva Pereira
a dependency jar inside pom.xml. Do you have any suggestions? Maybe I can use maven-webstart plugin, but how do I filter classes inside a dependency? ps.: sorry my poor English. -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] http://blastemica.blogspot.com

[M2]: how to pass maven properties to ant build using antrun?

2007-02-06 Thread Marcos Silva Pereira
\\workspace\\Atendimento [INFO] Executed tasks I already have try use propertyset with ant task to pass ${ project.properties} but without success. -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] http://blastemica.blogspot.com

Re: [M2]: how to pass maven properties to ant build using antrun?

2007-02-06 Thread Marcos Silva Pereira
default properties. Some good reason to not use System.setProperty? And more, there is other way to do it? Thanks and sorry for so repeated post. :-) -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] http://blastemica.blogspot.com