This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 2059c85c2d9a89d8a79e966c1f6707f6589eed3f Author: jcouteau <couteau@codelutin.com> Date: Fri May 18 16:18:36 2018 +0200 Use tomcat plugin snapshot version --- faxtomail-ui-web/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 32bc87f1..a8bfe88c 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -319,10 +319,13 @@ <pluginManagement> <plugins> <plugin> + <!--use 2.3 SNAPSHOT to allow maxPostSize--> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> + <version>2.3-SNAPSHOT</version> <configuration> <path>/${defaultWebContextPath}</path> + <maxPostSize>0</maxPostSize> <systemProperties> <siteUrl>${defaultSiteUrl}</siteUrl> </systemProperties> @@ -391,4 +394,20 @@ </profile> </profiles> + + <pluginRepositories> + <pluginRepository> + <!-- For tomcat plugin 2.3 snapshot --> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.