branch develop-1.1.x updated (a8a4935c -> 2059c85c)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from a8a4935c Fix General CMM error517 Exception thrown at users new 2059c85c Use tomcat plugin snapshot version The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2059c85c2d9a89d8a79e966c1f6707f6589eed3f Author: jcouteau <couteau@codelutin.com> Date: Fri May 18 16:18:36 2018 +0200 Use tomcat plugin snapshot version Summary of changes: faxtomail-ui-web/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm