Author: cbrisson
Date: Wed Jun 27 22:38:45 2018
New Revision: 1834554

URL: http://svn.apache.org/viewvc?rev=1834554&view=rev
Log:
[tools/showcase] Disable security manager in showcase test

Modified:
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=1834554&r1=1834553&r2=1834554&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 Wed Jun 27 22:38:45 2018
@@ -73,6 +73,8 @@
                             </copy>
                         </files>
                         <properties>
+                            <!-- variables referenced in the showcase policy 
file -->
+                            <!-- commented since broken on windows due to a 
cargo bug like MNG-6386
                             
<cargo.container>${project.build.directory}/cargo/installs</cargo.container>
                             
<cargo.repository>${settings.localRepository}</cargo.repository>
                             
<cargo.webapp>${project.build.directory}/${project.artifactId}</cargo.webapp>
@@ -80,6 +82,7 @@
                             
<cargo.velocity-tools.version>${project.version}</cargo.velocity-tools.version>
                             
<cargo.slf4j.version>${slf4j.version}</cargo.slf4j.version>
                             
<cargo.webapp-slf4j-logger.version>${webapp-slf4j-logger.version}</cargo.webapp-slf4j-logger.version>
+                            -->
                             <cargo.jvmargs>
                                 <!-- enable remote debugging
                                 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5006
@@ -89,9 +92,11 @@
                                 -Dorg.eclipse.jetty.LEVEL=DEBUG
                                 -->
 
-                                <!-- enable security manager -->
+                                <!-- enable security manager
+                                     (disabled for now, see above note about 
policy file)
                                 -Djava.security.manager
                                 
-Djava.security.policy=${project.build.directory}/cargo/configurations/jetty9x/showcase.policy
+                                 -->
                             </cargo.jvmargs>
                         </properties>
                     </configuration>


Reply via email to