You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/04/18 07:18:36 UTC

[Bug 61001] New: mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

            Bug ID: 61001
           Summary: mvn tomcat6:deploy on a pom with a war assemply ==> no
                    war to deploy
           Product: Tomcat 6
           Version: 6.0.51
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager application
          Assignee: dev@tomcat.apache.org
          Reporter: francis.andre.kampbell@orange.fr
  Target Milestone: default

Created attachment 34921
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34921&action=edit
war.assembly

Hi

Using a pom.xml that build a war using the maven-assembly-plugin to produce the
war, the tomcat6-maven-plugin rejects to deploy the war for the reason that the
pom is not packaged as a war.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

--- Comment #4 from zosrothko <fr...@orange.fr> ---
Hi

That's the same issue for tomcat7-maven-plugin

[INFO] <<< tomcat7-maven-plugin:2.2:deploy (default-cli) < package @ smartBasic
<<<
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:deploy (default-cli) @ smartBasic ---
[INFO] Ne traite pas un projet de packaging non war

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

zosrothko <fr...@orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
         Resolution|INVALID                     |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

zosrothko <fr...@orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|default                     |---
            Product|Tomcat 6                    |Tomcat 7
          Component|Manager application         |Manager
            Version|6.0.51                      |7.0.77

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
This is an issue with the Maven plug-in (or your usage of it), not Tomcat. The
Maven plug-in uses Jira to track issues. You need to open an issue at
https://issues.apache.org/jira/browse/MTOMCAT

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

Chuck Caldarale <ch...@unisys.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID
             Status|CLOSED                      |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

zosrothko <fr...@orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from zosrothko <fr...@orange.fr> ---
[DEBUG] Configuring mojo
org.apache.tomcat.maven:tomcat6-maven-plugin:2.2:deploy from plugin realm
ClassRealm[plugin>org
.apache.tomcat.maven:tomcat6-maven-plugin:2.2, parent:
sun.misc.Launcher$AppClassLoader@631d75b9]
[DEBUG] Configuring mojo
'org.apache.tomcat.maven:tomcat6-maven-plugin:2.2:deploy' with basic
configurator -->
[DEBUG]   (f) charset = ISO-8859-1
[DEBUG]   (f) contextFile = C:\MXW\DEMOS\MI-4.1.1\Demos
Webapps\smartBasic\target\smartBasic-4.1.1\META-INF\context.xml
[DEBUG]   (f) ignorePackaging = false
[DEBUG]   (f) mode = war
[DEBUG]   (f) packaging = pom
[DEBUG]   (f) path = /smartBasic
[DEBUG]   (f) server = Tomcat6
[DEBUG]   (f) update = false
[DEBUG]   (f) url = http://localhost:8080/manager
[DEBUG]   (f) version = 2.2
[DEBUG]   (f) warFile = C:\MXW\DEMOS\MI-4.1.1\Demos
Webapps\smartBasic\target\smartBasic-4.1.1.war
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@7ec5ab2
[DEBUG] -- end configuration --
[INFO] Ne traite pas un projet de packaging non war

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

--- Comment #1 from zosrothko <fr...@orange.fr> ---
Created attachment 34922
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34922&action=edit
pom.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61001] mvn tomcat6:deploy on a pom with a war assemply ==> no war to deploy

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61001

--- Comment #3 from Violeta Georgieva <vi...@apache.org> ---
Hi,

Please consider upgrading your Tomcat instances as Apache Tomcat 6 has reached
End of Life.
http://tomcat.apache.org/tomcat-60-eol.html

Regards,
Violeta

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org