Hi
Did you try this variant?
On 2011-10-03 17:59, Nalini Chavala wrote:
>
> Hi,
>
> I am trying to create a maven archetype and followed the link
>
> http://maven.apache.org/archetype/maven-archetype-plugin/
>
> http://code.google.com/p/jianwikis/wiki/HowToCreateMavenArchetypeFromPro
Hi,
I am trying to create a maven archetype and followed the link
http://maven.apache.org/archetype/maven-archetype-plugin/
http://code.google.com/p/jianwikis/wiki/HowToCreateMavenArchetypeFromProject
I was able to create an archetype with default structure but I like to create a
template wi
Hi,
The best practice is to always define the default value for a property in a
parent pom. Then you can use settings.xml (local or global) to override this
property.
In your specific case, when the problem appears, you can execute the
followings goals :
1) mvn help:effective-settings to see the
> I was never expecting that maven is using it's own ANT !
Its not "using its own Ant." It simply does not use the Ant that you
previously installed but rather uses the Ant jars directly from its
cache.
> Now with maven it just did not work and the reason why is: "Maven uses it's
> own ANT lib fi
mojo's can be written in Java 1.4, which does not support annotations.
These are not annotations but actually javadoc tags
On 3 October 2011 10:00, justin tian wrote:
> Hi,
>
> I see in this link
> http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
>
> package sample.plugin
Hello,
I have build Hadoop trunk with this version without problems.
Jeff
On Mon, Oct 3, 2011 at 10:24 AM, Olivier Lamy wrote:
> Hello,
> In the current maven core dev trunk, we have recently replace the
> http(s) transport layer from lightweight wagon (based on default jdk
> http(s) mechanism
Dear maven community,
I was never expecting that maven is using it's own ANT !
We are facing problems with ANT_171 on OpenVMS;
ANT 1.7.1 was unable to do a mailto:philippe.vout...@laposte.net]
Gesendet: Donnerstag, 29. September 2011 16:36
An: Stadelmann Josef
Betreff: Shit !!!
-
Hello Team,
I am getting following error message for one of my project in hudson build
and the build is failing continously.
I am getting this message after creation of new branch.
kindly provide me solution.
Error installing artifact's metadata: Error installing metadata: Error
updating group
Hi,
I see in this link
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
package sample.plugin;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
/**
* Says "Hi" to the user.
** @goal sayhi*
*/
public class GreetingMojo
Hello,
In the current maven core dev trunk, we have recently replace the
http(s) transport layer from lightweight wagon (based on default jdk
http(s) mechanism) to the wagon http module based on Apache httpclient
[1].
This change include two improvements:
* connection pool mechanism (to avoid http
10 matches
Mail list logo