the maven-compiler-plugin
- I want to execute the maven-antrun-plugin in Java 1.4 => NOK
The ant process is executed in java 6.
How can I say to maven that the maven-antrun-plugin must be executed in
java 1.4.
Notes that my JAVA_HOME is already set to the JDK 1.4 folder.
Thks for your help
Hello,
Do you know the release date of the maven-eclipse-plugin 2.5 ??
Thx
__
Olivier Lambert
Transversal Team Technique - JDSS
CH207 - Tel: 02-787 5264
Java Site - Java Forum
There are 10 types of people in the world:
those who understand binary, and
Hi,
Is it possible to give the version as command line parameter of the
release:prepare maven goal ?
For example:
mvn release:prepare -Dversion=1.2.0 -DnextVersion=1.3.0-SNAPSHOT
--batch-mode
Thanks for your help !
Olivier
Hi all,
I have a tricky issue with maven-release-plugin (but it's perhaps due to
another plugin).
Here is the project structure:
Master (packaging is pom)
* CORE (packaging is jar)
* EJB (packaging is ejb, depend on the CORE and on commons-collection)
* EAR (packaging is ear, depend on the EJB t
Hi all,
I have a tricky issue with maven-release-plugin (but it's perhaps due to
another plugin).
Here is the project structure:
Master (packaging is pom)
* CORE (packaging is jar)
* EJB (packaging is ejb, depend on the CORE and on commons-collection)
* EAR (packaging is ear, depend on the EJB t
Hello,
I would like to download source jars of my project dependencies from
ibiblio repository. How can I configure maven to let do it ?
thks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi All,
I 'm generating a site for a maven plugin I developed. Is there a way to
automatically generate the descriptions of all the plugin's goals and the
goals' parameters ?
Thanks
Olivier
-
To unsubscribe, e-mail: [EMAIL PROT
Thanks for your reply !
I tried the solution explained in the JIRA :
Replacing the value of the attribute in the
assembly descriptor
${artifactId}-${version}.${extension}
by
${artifactId}-${baseVersion}.${extension}
... but nothing changed ... the version contains the timestamp ...
For info
Hi All,
I have a problem but I don't know if the cause is the assembly plugin, the
jar plugin that creates the MANIFEST or the mechanism that manage snapshot
versions.
I explain :
1)
I have 2 projects : prjA dependding on prjB
=> in the pom.xml of prjA I have a dependency to prjB
myGroupId
I use maven-site-plugin-2.0-beta-5.jar but the link
in the child does not produce anything :(
However, the link works fine !
Some idea ?
thx
__
SmalS-MvM sluit elke aansprakelijkheid uit in verband met d
thks ... but I do not want to do anything else but specifying a plugin in
my pom:
org.apache.maven.plugins
maven-jxr-plugin
2.0
Is this version of the plugin not available on any repository ?
> Its here:
> http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jxr-plugin
>
>
>
Hello,
I would like to use the Maven JXR plugin version 2.0 instead of 2.0-beta-1
because I need a bug fixing (MJXR-11):
http://www.mail-archive.com/announce@maven.apache.org/msg00036.html
On which repository can I find the version 2.0 of this plugin ? It 's not
available on repo1:
http://www.
Hello,
I 'm writing a maven plugin. The class "MyMojo" is in the package
"mypackage".
I use eclipse with CVS => When I update a file, eclipse create a copy of
the file in the folder CVS\Base. So on the file system, I have
mypackage\MyMojo.java
mypackage\CVS\Base\MyMojo.java
So when I run the
I just do it with this configuration in my pom.xml
org.codehaus.mojo
xdoclet-maven-plugin
hbm generation with xdoclet
generate-sources
Indeed I prefer a configuration option ... But i don't find it ... does
somebody can help ?
> I have a similar problem.
>
> I moved the plugin definition to a that has
>
>
> !noclover
>
>
>
> so by default it runs, but if I pass -Dnoclover then that profile is
> de-activated and (yes,
Hi,
Here we have a master pom for our organization => All project's poms
inherit from this organization pom.
This organization pom contains the configuration of reports that have to be
executed when doing a site. for example, the cobertura report.
But in some projects, I don't want this report
16 matches
Mail list logo