[GitHub] maven-plugins pull request #118: help me to do this??

2017-06-19 Thread narmusekar
GitHub user narmusekar opened a pull request: https://github.com/apache/maven-plugins/pull/118 help me to do this?? i want to build a netty server that accepts json object to store the data in a queue can anybody help me??? You can merge this pull request into a Git repository by

hi, I just want to get help about maven archetype,please help me

2014-08-12 Thread TOM
=test -DartifactId=good then the generated UserDTO with correct package(package test.good.dto), but it is in src/main/java/test/dto , not expected src/main/java/test/good/dto please help me and thank a lot

Re: Fwd: Anyone help me about classpathContainers in maven-eclipse-plugin?

2011-12-21 Thread Barrie Treloar
On Wed, Dec 21, 2011 at 7:37 PM, zuxiong lin wrote: > So, your advice is that change the packages layout to use pom dependency > manager , > delete all the packages from WEB-INF/lib directory and add the dependency > element? Read the freely available books at http://maven.apache.org/articles.htm

Re: Fwd: Anyone help me about classpathContainers in maven-eclipse-plugin?

2011-12-21 Thread zuxiong lin
iong lin > > Date: 2011/12/20 > > Subject: Anyone help me about classpathContainers in > maven-eclipse-plugin? > > To: us...@maven.apache.org > > > > > > I have a webapp project under eclipse by my colleage. So it has > > WEB-INF/lib directory > > and d

Re: Fwd: Anyone help me about classpathContainers in maven-eclipse-plugin?

2011-12-21 Thread Jörg Schaible
zuxiong lin wrote: > -- Forwarded message -- > From: zuxiong lin > Date: 2011/12/20 > Subject: Anyone help me about classpathContainers in maven-eclipse-plugin? > To: us...@maven.apache.org > > > I have a webapp project under eclipse by my colleage.

Re: Help me convincing Tomcat to use Maven

2011-12-21 Thread Antonio Petrelli
2011/12/19 Dennis Lundberg > On 2011-12-19 10:02, Antonio Petrelli wrote: > > 2011/12/19 Stephen Connolly > > > >> Here is my golden rule of builds. > >> > >> If it ain't broke, don't fix it. > >> > > > > I don't know it is broke, however it is flawed. > > They are deploying Maven artifacts too

Fwd: Anyone help me about classpathContainers in maven-eclipse-plugin?

2011-12-20 Thread zuxiong lin
-- Forwarded message -- From: zuxiong lin Date: 2011/12/20 Subject: Anyone help me about classpathContainers in maven-eclipse-plugin? To: us...@maven.apache.org I have a webapp project under eclipse by my colleage. So it has WEB-INF/lib directory and dependcy packages are put in

Re: Help me convincing Tomcat to use Maven

2011-12-20 Thread Brian Fox
> > If Ant is their primary build tool, then I would suggest helping them > set up Ant to use Maven Ant Tasks as a starting point. That is a great > way of enabling an Ant build to deploy the artifacts into a Maven-style > repository. > I would second that. In fact Ant/Ivy both already deploy to Ne

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Dennis Lundberg
On 2011-12-19 10:02, Antonio Petrelli wrote: > 2011/12/19 Stephen Connolly > >> Here is my golden rule of builds. >> >> If it ain't broke, don't fix it. >> > > I don't know it is broke, however it is flawed. > They are deploying Maven artifacts too using pom.xml files, so there is a > mix with M

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Antonio Petrelli
2011/12/19 Jason van Zyl > Antonio, you have to solicit the developers of Tomcat not us. You also > have to convince the users of Tomcat because those are the only people who > should be influencing the decisions of the developers. Maven developers > telling Tomcat developers to switch is somethi

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Jason van Zyl
Antonio Petrelli : >>> Hi all >>> Can you help me convincing the Tomcat team to switch to Maven? >> why ? >> As long as tomcat core dev are more comfortable with something else >> what will be the gain for us ? >> Perso I have started in tc7.x branch but

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Antonio Petrelli
2011/12/19 Olivier Lamy > BTW again as tomcat core dev are more confident using something else > why change ? > The most important is to have bug fixed and new features added. > Tools are companion to help the project they must not be the central > point to take care. > > At least using maven can

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Olivier Lamy
2011/12/19 Antonio Petrelli : > 2011/12/17 Olivier Lamy > >> 2011/12/17 Antonio Petrelli : >> > Hi all >> > Can you help me convincing the Tomcat team to switch to Maven? >> why ? >> As long as tomcat core dev are more comfortable with something else &g

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Antonio Petrelli
2011/12/19 Stephen Connolly > Here is my golden rule of builds. > > If it ain't broke, don't fix it. > I don't know it is broke, however it is flawed. They are deploying Maven artifacts too using pom.xml files, so there is a mix with Maven/Ant. In fact, everything started with Mark Thomas that w

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Stephen Connolly
fixes the thing that is broken > for them, then they are not going to switch. > > You will just burn yourself out trying to get the unwanted change, and > alienate yourself in the process. > > On 17 December 2011 20:27, Antonio Petrelli > wrote: >> Hi all >> Can

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Stephen Connolly
7, Antonio Petrelli wrote: > Hi all > Can you help me convincing the Tomcat team to switch to Maven? > See this thread: > http://tomcat.markmail.org/message/cp2czoud67m7qfb5 > and the previous: > http://tomcat.markmail.org/message/yyouywyp2

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Antonio Petrelli
2011/12/17 Benson Margulies > well, not every problem is well-solved by maven. > In fact yes. If something is missing, writing a plugin could be an idea. Antonio

Re: Help me convincing Tomcat to use Maven

2011-12-19 Thread Antonio Petrelli
2011/12/17 Olivier Lamy > 2011/12/17 Antonio Petrelli : > > Hi all > > Can you help me convincing the Tomcat team to switch to Maven? > why ? > As long as tomcat core dev are more comfortable with something else > what will be the gain for us ? > Perso I have started

Re: Help me convincing Tomcat to use Maven

2011-12-17 Thread Olivier Lamy
2011/12/17 Antonio Petrelli : > Hi all > Can you help me convincing the Tomcat team to switch to Maven? why ? As long as tomcat core dev are more comfortable with something else what will be the gain for us ? Perso I have started in tc7.x branch but did not finish (as not a lot of enthusias

Re: Help me convincing Tomcat to use Maven

2011-12-17 Thread Benson Margulies
well, not every problem is well-solved by maven. On Dec 17, 2011, at 3:27 PM, Antonio Petrelli wrote: > Hi all > Can you help me convincing the Tomcat team to switch to Maven? > See this thread: > http://tomcat.markmail.org/message/cp2czoud67m7qfb5 > and the p

Help me convincing Tomcat to use Maven

2011-12-17 Thread Antonio Petrelli
Hi all Can you help me convincing the Tomcat team to switch to Maven? See this thread: http://tomcat.markmail.org/message/cp2czoud67m7qfb5 and the previous: http://tomcat.markmail.org/message/yyouywyp26bc7rg5 Thanks Antonio

Re: can anybody familiar with dependency plugin help me out?

2008-09-28 Thread 陈思淼
gt; Subject: Re: can anybody familiar with dependency plugin help me out? > > Hi 陈思淼 , > I'm not sure about it (never tried to use that specific component), but > since it is a component of the underlying Plexus container, simply > "annotating" it with @component should

RE: can anybody familiar with dependency plugin help me out?

2008-09-28 Thread Brian E. Fox
ROTECTED] Sent: Sunday, September 28, 2008 1:34 PM To: Maven Developers List Subject: Re: can anybody familiar with dependency plugin help me out? Hi 陈思淼 , I'm not sure about it (never tried to use that specific component), but since it is a component of the underlying Plexus container, simply

Re: can anybody familiar with dependency plugin help me out?

2008-09-28 Thread Simone Gianni
encyTreeBuilder; > > > how can the DependencyTreeBuilder inject to my own plugin, > can you help me out? > thank you very much! > > -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simone

can anybody familiar with dependency plugin help me out?

2008-09-28 Thread 陈思淼
gt; * @required > * @readonly > */ > private DependencyTreeBuilder dependencyTreeBuilder; how can the DependencyTreeBuilder inject to my own plugin, can you help me out? thank you very much!

Help me in MDA with Maven

2006-12-26 Thread arumahi
i open that file in firefox or IE its displaying page couldnt find. I changed the HTTP port to 3306 in C:\jboss-4.0.4\server\default\deploy\jbossweb-tomcat55.sar/server.xml file also. But i couldnt move further. Could any one please help me. Thanking you very much. Bye Aruna -- View this message

Re: Help Me

2006-12-21 Thread arumahi
, arumahi <[EMAIL PROTECTED]> wrote: >> >> >> Hallo Maven Developers, >> I am new to Maven 2.4.0. I have problem while creating local repositary >> could any one please help me out.when i try to create archetype i have >> error >> saying build error. &g

Re: Help Me

2006-12-21 Thread Rémy Sanlaville
allo Maven Developers, > I am new to Maven 2.4.0. I have problem while creating local repositary > could any one please help me out.when i try to create archetype i have > error > saying build error. > Could any one help me. > > C:\TEMP>mvn --version > Maven version: 2.0

Re: Help Me

2006-12-21 Thread Michael Horwitz
could any one please help me out.when i try to create archetype i have error saying build error. Could any one help me. C:\TEMP>mvn --version Maven version: 2.0.4 C:\TEMP>mvn archetype:create -DgroupId=testapp -DartifactId=testapp [INFO] Scanning for projects... [INFO] Searching repositor

Help Me

2006-12-21 Thread arumahi
Hallo Maven Developers, I am new to Maven 2.4.0. I have problem while creating local repositary could any one please help me out.when i try to create archetype i have error saying build error. Could any one help me. C:\TEMP>mvn --version Maven version: 2.0.4 C:\TEMP>mvn archetype: