This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new 59093f050 NOJIRA pom cleanup NOJIRA minor change to attempt to fix ci 
build failures to some kind of security measure on github's builders
59093f050 is described below

commit 59093f05029c644ad527cba8ca3eaf2bfeba3f4f
Author: Alex O'Ree <[email protected]>
AuthorDate: Mon May 16 18:15:33 2022 -0400

    NOJIRA pom cleanup
    NOJIRA minor change to attempt to fix ci build failures to some kind of 
security measure on github's builders
---
 pom.xml          |  1 -
 uddi-tck/pom.xml | 20 ++++++++++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f02b459af..81fd5c1b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,6 @@ under the License.
                        <algorithms>
                                <algorithm>SHA-512</algorithm>
                        </algorithms>
-                         <!-- put your configurations here -->
                        </configuration>
                  </plugin>
                        <plugin>
diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml
index af8473aef..b51723e03 100644
--- a/uddi-tck/pom.xml
+++ b/uddi-tck/pom.xml
@@ -218,7 +218,7 @@
                                                                        
<cargo.logging>high</cargo.logging>
                                                                        
<cargo.hostname>localhost</cargo.hostname>
                                                                        
<cargo.servlet.port>8880</cargo.servlet.port>
-                                                                       
<cargo.jvmargs>-Xms256m -Xmx256m -XX:MaxPermSize=256M 
-Djava.endorsed.dirs=${basedir}/target/juddi-tomcat-${project.parent.version}/endorsed
 -Djavax.net.ssl.keyStore=${basedir}/../juddi-tomcat/keystore.jks 
-Djavax.net.ssl.keyStorePassword=password 
-Djavax.net.ssl.trustStore=${basedir}/../juddi-tomcat/truststore.jks 
-Djavax.net.ssl.trustStorePassword=password -Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 
-Xnoagent</cargo.jvmargs>
+                                                                       
<cargo.jvmargs>-Xms256m -Djavax.xml.accessExternalSchema=all -Xmx256m 
-XX:MaxPermSize=256M 
-Djava.endorsed.dirs=${basedir}/target/juddi-tomcat-${project.parent.version}/endorsed
 -Djavax.net.ssl.keyStore=${basedir}/../juddi-tomcat/keystore.jks 
-Djavax.net.ssl.keyStorePassword=password 
-Djavax.net.ssl.trustStore=${basedir}/../juddi-tomcat/truststore.jks 
-Djavax.net.ssl.trustStorePassword=password -Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 -Xnoagent</carg 
[...]
                                                                </properties>
                                                        </configuration>
                                                </configuration>
@@ -244,7 +244,7 @@
                                                                        
<cargo.logging>high</cargo.logging>
                                                                        
<cargo.hostname>localhost</cargo.hostname>
                                                                        
<cargo.servlet.port>8980</cargo.servlet.port>
-                                                                       
<cargo.jvmargs>-Xms256m -Xmx256m -XX:MaxPermSize=256M 
-Djava.endorsed.dirs=${basedir}/target/node2/juddi-tomcat-${project.parent.version}/endorsed
 -Djavax.net.ssl.keyStore=${basedir}/../juddi-tomcat/keystore.jks 
-Djavax.net.ssl.keyStorePassword=password  
-Djavax.net.ssl.trustStore=${basedir}/../juddi-tomcat/truststore.jks 
-Djavax.net.ssl.trustStorePassword=password -Xdebug  -Xnoagent</cargo.jvmargs>
+                                                                       
<cargo.jvmargs>-Xms256m -Djavax.xml.accessExternalSchema=all -Xmx256m 
-XX:MaxPermSize=256M 
-Djava.endorsed.dirs=${basedir}/target/node2/juddi-tomcat-${project.parent.version}/endorsed
 -Djavax.net.ssl.keyStore=${basedir}/../juddi-tomcat/keystore.jks 
-Djavax.net.ssl.keyStorePassword=password  
-Djavax.net.ssl.trustStore=${basedir}/../juddi-tomcat/truststore.jks 
-Djavax.net.ssl.trustStorePassword=password -Xdebug  -Xnoagent</cargo.jvmargs>
                                                                </properties>
                                                        </configuration>
                                                </configuration>
@@ -312,6 +312,10 @@
                                                        
<name>java.io.tmpdir</name>
                                                        
<value>${basedir}/temp</value>
                                                </property>
+                                                <property>
+                                                    
<name>javax.xml.accessExternalSchema</name>
+                                                    <value>all</value>
+                                                </property>
                                        </systemProperties>
                                </configuration>
                                <executions>
@@ -334,6 +338,10 @@
                                                                        
<name>java.io.tmpdir</name>
                                                                        
<value>${basedir}/temp</value>
                                                                </property>
+                                                                 <property>
+                                                                    
<name>javax.xml.accessExternalSchema</name>
+                                                                    
<value>all</value>
+                                                                </property>
                                                        </systemProperties>
                                                </configuration>
                                        </execution>
@@ -399,6 +407,10 @@
                                                                        
<name>derby.stream.error.file</name>
                                                                        
<value>target/derby.log</value>
                                                                </property>
+                                                                 <property>
+                                                                    
<name>javax.xml.accessExternalSchema</name>
+                                                                    
<value>all</value>
+                                                                </property>
                                                        </systemProperties>
                                                </configuration>
                                                <executions>
@@ -416,6 +428,10 @@
                                                                                
        <name>cactus.contextURL</name>
                                                                                
        <value>http://localhost:8880/juddi</value>
                                                                                
</property>
+                                                                               
  <property>
+                                                                               
 <name>javax.xml.accessExternalSchema</name>
+                                                                               
 <value>all</value>
+                                                                            
</property>
                                                                        
</systemProperties>
                                                                </configuration>
                                                        </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to