You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: Added a .gitignore file that causes the build output as well as some common IDE-specific files to be ignored. - posted by ms...@apache.org on 2014/06/02 09:14:34 UTC, 0 replies.
- git commit: Several changes in the pom.xml files to avoid maven warnings during the build: 1) renamed property "pom.build.finalName" ==> "project.build.finalName" 2) renamed property "pom.version" ==> "project.version" 3) Added version for maven-war-plug - posted by ms...@apache.org on 2014/06/02 15:27:44 UTC, 0 replies.
- [1/2] git commit: Code fixes to get all test cases to work on Tomee. 1) In TestConfigFactory.java: set classloader to avoid runtime error 2) In Tomcat5FileSystemInstaller.java: added trailing slash to context name to avoid tomcat warning during bringup - posted by ms...@apache.org on 2014/06/02 18:17:56 UTC, 1 replies.
- [2/2] git commit: Added profile to build Pluto appropriately for deployment on Tomee 1.6.0. Scope of certain dependencies is "compile" for deployment on tomcat, but "provided" for deployment on tomee. - posted by ms...@apache.org on 2014/06/02 18:17:57 UTC, 1 replies.