2012/8/29 Knute Snortum <ksnor...@catalystitservices.com>:
> [part of message deleted]
>
>> >> > [INFO]
>> >> > [INFO] >>> tomcat-maven-plugin:1.1:run (default-cli) @ dpt >>>
>> >>
>> >> you are using an old version here ? Don't you have duplicate entries
>> >> in your pom ?
>> >
>> > There's no duplicate.  The one I have looks like this:
>> >
>> >         <plugin>
>> >                 <groupId>org.apache.tomcat.maven</groupId>
>> >                 <artifactId>tomcat7-maven-plugin</artifactId>
>> >                 <version>${tomcat7MavenPlugin}</version>
>> >                 ...
>> >
>> > And my properties look like:
>> >
>> >         <tomcat7MavenPlugin>2.0-beta-1</tomcat7MavenPlugin>
>> >
>> Ok but the logs doesn't says that :-)
>
> True.  I'm not sure why.  I'll fool with it some.
>
>> What cli are you using ?
>
> If I understand you, it's this:
>
>         mvn clean install tomcat:run -P development
>
> I'm making that up because it's actually run from an Eclipse form.  When I 
> run that from the command line in the project folder, I get the same results 
> so I think it's right...
>
> I just noticed that the CLI should be:
>
>         mvn clean install tomcat7:run -P development
>
> ...with "tomcat7" not "tomcat".  This gives me the Tomcat 2.0-beta-1 version 
> that we were excepting.  I also notice the debug flag (-e?) and that gives me 
> a ton of info.  Should I repost the output, or some of it?  Add as an 
> attachment?
Regarding the flag have a look at what mvn -h says :-) (-X is for full
debug trace)
>
Maybe in a jira issue yes but not sure that will help
>> BTW do you have any sample project to reproduce your issue ?
>
> It would be complex to do this, but I'm going to try.  I'm not sure how I 
> would post that.
Just share a project via bitbucket or github.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to