Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the tomcat version of tomcat7-maven-plugin to latest version #318

Closed
1 task done
kazuki43zoo opened this issue Jul 1, 2015 · 6 comments
Closed
1 task done
Assignees
Milestone

Comments

@kazuki43zoo
Copy link
Contributor

Description

Currently, tomcat version of tomcat7-maven-plugin is 7.0.59.
But 7.0.67 has been released.

Possible Solutions

Update to same version with Spring IO Platform.

Affects Version/s

  • 5.0.1.RELEASE

Fix Version/s

Issue Links

None

@kazuki43zoo kazuki43zoo modified the milestones: 5.0.1, 5.1.0 Jul 1, 2015
@making
Copy link
Contributor

making commented Jul 2, 2015

How about Tomcat8?

@kazuki43zoo
Copy link
Contributor Author

I want to consider replacing to cargo-maven2-plugin from tomcat7-maven-plugin.
cargo-maven2-plugin is support many application servers and versions.

@kazuki43zoo
Copy link
Contributor Author

I tried cargo-maven2-plugin. please see 96e4cc9 .

[Multi blank project]

mvn clean package -DskipTests=true
mvn -f projectName-web/pom.xml cargo:run

* -DskipTests=true is required for prevent a selenium test execution. (temporary workaround)

[Single blank project]

mvn clean package
mvn cargo:run

[Note]
In this commit, Tomcat 8 is default.
If Tomcat 7 use, please switch to profile for Tomcat 7 as follow.

mvn cargo:run -P tomcat7

@ikeyat
Copy link
Contributor

ikeyat commented Dec 11, 2015

Please replace tomcat7-plugin to cargo-maven2-plugin for 5.1.0.RELEASE only.
We should keep tomcat7-plugin on older versions to take care for existing users but update the version of it.
I found tomcat7-plugin is not used by our blank-project, tourreservation and functionaltests.

@btshimizukza
Copy link
Member

cargo-maven2-plugin 1.4.17 has been released.

@kazuki43zoo
Copy link
Contributor Author

@ikeyat
I created new issue(#451) for supporting carog-maven2-plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants