You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2015/01/14 03:29:13 UTC

[02/26] juddi git commit: JUDDI-914 done

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
index 2349a59..323e0cd 100644
--- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
+++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/resources/ResourceLoader.java
@@ -1,6 +1,18 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
  */
 package org.apache.juddi.adminconsole.resources;
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/META-INF/uddi.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/META-INF/uddi.xml b/juddiv3-war/src/main/resources/META-INF/uddi.xml
index 00e928f..de49eb3 100644
--- a/juddiv3-war/src/main/resources/META-INF/uddi.xml
+++ b/juddiv3-war/src/main/resources/META-INF/uddi.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <uddi>
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/commons-logging.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/commons-logging.properties b/juddiv3-war/src/main/resources/commons-logging.properties
index aacf15a..bbeeb5b 100644
--- a/juddiv3-war/src/main/resources/commons-logging.properties
+++ b/juddiv3-war/src/main/resources/commons-logging.properties
@@ -1 +1,19 @@
+
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+
 org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
index 84a15e5..45f3381 100644
--- a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
+++ b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web.properties
@@ -1,5 +1,19 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#  http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
 language=en
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
index e9148cf..3807e3c 100644
--- a/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
+++ b/juddiv3-war/src/main/resources/org/apache/juddi/adminconsole/resources/web_es.properties
@@ -1,5 +1,19 @@
-# To change this template, choose Tools | Templates
-# and open the template in the editor.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#  http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
 language=es
 direction=LTR

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
index f7c5555..c27f730 100644
--- a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
+++ b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+
 <!--
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #
 ################################################################

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/WEB-INF/config.properties
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/WEB-INF/config.properties b/juddiv3-war/src/main/webapp/WEB-INF/config.properties
index 1df38e4..323473d 100644
--- a/juddiv3-war/src/main/webapp/WEB-INF/config.properties
+++ b/juddiv3-war/src/main/webapp/WEB-INF/config.properties
@@ -1,3 +1,18 @@
+
+# * Copyright 2001-2008 The Apache Software Foundation.
+# * 
+# * Licensed under the Apache License, Version 2.0 (the "License");
+# * you may not use this file except in compliance with the License.
+# * You may obtain a copy of the License at
+# * 
+# *      http://www.apache.org/licenses/LICENSE-2.0
+# * 
+# * Unless required by applicable law or agreed to in writing, software
+# * distributed under the License is distributed on an "AS IS" BASIS,
+# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# * See the License for the specific language governing permissions and
+# limitations under the License.
+
 ## Hey! 
 
 # This file is used for the jUDDI Administrative console

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/about.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/about.jsp b/juddiv3-war/src/main/webapp/admin/about.jsp
index 3bf6f2f..0f1b6fd 100644
--- a/juddiv3-war/src/main/webapp/admin/about.jsp
+++ b/juddiv3-war/src/main/webapp/admin/about.jsp
@@ -2,6 +2,22 @@
     Document   : about
     Created on : Apr 28, 2013, 4:26:58 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/admin.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/admin.jsp b/juddiv3-war/src/main/webapp/admin/admin.jsp
index fa38558..cddda77 100644
--- a/juddiv3-war/src/main/webapp/admin/admin.jsp
+++ b/juddiv3-war/src/main/webapp/admin/admin.jsp
@@ -2,6 +2,22 @@
     Document   : admin
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp b/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
index deac59a..26919a9 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/advanced.jsp
@@ -2,6 +2,22 @@
     Document   : advanced
     Created on : Aug 9, 2013, 4:09:06 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.JUDDIRequestsAsXML"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/go.jsp b/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
index f074f78..ba5ee27 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/go.jsp
@@ -2,6 +2,22 @@
     Document   : go - handles requests for the admin actions page
     Created on : Aug 9, 2013, 6:52:50 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp b/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
index adb4226..aa03246 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/loginpost.jsp
@@ -2,6 +2,22 @@
     Document   : loginpost
     Created on : Feb 24, 2013, 3:36:37 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="java.io.FileInputStream"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp b/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
index 8419526..a3afb93 100644
--- a/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
+++ b/juddiv3-war/src/main/webapp/admin/ajax/saveconfig.jsp
@@ -2,6 +2,22 @@
     Document   : saveconfig
     Created on : Jul 31, 2013, 6:52:50 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.resources.ResourceLoader"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/configure.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/configure.jsp b/juddiv3-war/src/main/webapp/admin/configure.jsp
index 41d3aa3..666a251 100644
--- a/juddiv3-war/src/main/webapp/admin/configure.jsp
+++ b/juddiv3-war/src/main/webapp/admin/configure.jsp
@@ -2,6 +2,22 @@
     Document   : configure jUDDI
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/csrf.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/csrf.jsp b/juddiv3-war/src/main/webapp/admin/csrf.jsp
index 88c2e3c..edff942 100644
--- a/juddiv3-war/src/main/webapp/admin/csrf.jsp
+++ b/juddiv3-war/src/main/webapp/admin/csrf.jsp
@@ -2,6 +2,22 @@
     Document   : csrf Provides basic Cross site request forgery protection
     Created on : Feb 27, 2013, 8:42:07 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/header-bottom.jsp b/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
index 4059c47..1c27955 100644
--- a/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
+++ b/juddiv3-war/src/main/webapp/admin/header-bottom.jsp
@@ -2,6 +2,22 @@
     Document   : header-bottom
     Created on : Feb 24, 2013, 9:08:18 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.commons.lang.StringEscapeUtils"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/home.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/home.jsp b/juddiv3-war/src/main/webapp/admin/home.jsp
index 30b29c1..f237f5e 100644
--- a/juddiv3-war/src/main/webapp/admin/home.jsp
+++ b/juddiv3-war/src/main/webapp/admin/home.jsp
@@ -2,6 +2,22 @@
     Document   : index
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page contentType="text/html" pageEncoding="UTF-8"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js b/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
index 22cd877..25d7b40 100644
--- a/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/bindingChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/businessChooser.js b/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
index a87817b..3a82993 100644
--- a/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/businessChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js b/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
index 499648b..0d93a1c 100644
--- a/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/serviceChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js b/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
index 22d21b1..d875ed8 100644
--- a/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
+++ b/juddiv3-war/src/main/webapp/admin/js/tmodelChooser.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 /* 
  * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor 
  * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js b/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
index c848989..970748f 100644
--- a/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
+++ b/juddiv3-war/src/main/webapp/admin/js/tmodelsearch.js
@@ -1,4 +1,19 @@
-
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 var offset=0; //start at the begining
 var maxrecords=10;  //record 20 at a time
 var lang="en";  //langauge english

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/login.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/login.jsp b/juddiv3-war/src/main/webapp/admin/login.jsp
index 4c5b56f..6209d2f 100644
--- a/juddiv3-war/src/main/webapp/admin/login.jsp
+++ b/juddiv3-war/src/main/webapp/admin/login.jsp
@@ -2,6 +2,22 @@
     Document   : login
     Created on : Feb 24, 2013, 9:08:02 AM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/logout.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/logout.jsp b/juddiv3-war/src/main/webapp/admin/logout.jsp
index 80d6bb0..7ec1146 100644
--- a/juddiv3-war/src/main/webapp/admin/logout.jsp
+++ b/juddiv3-war/src/main/webapp/admin/logout.jsp
@@ -2,6 +2,22 @@
     Document   : logout page
     Created on : Feb 25, 2013, 10:25:48 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 <%@page import="org.apache.juddi.adminconsole.hub.UddiAdminHub"%>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/mbeans.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/mbeans.jsp b/juddiv3-war/src/main/webapp/admin/mbeans.jsp
index d34a84d..8fd0b12 100644
--- a/juddiv3-war/src/main/webapp/admin/mbeans.jsp
+++ b/juddiv3-war/src/main/webapp/admin/mbeans.jsp
@@ -2,6 +2,22 @@
     Document   : mbeans
     Created on : May 6, 2013, 9:07:43 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%><%@page import="java.util.TreeMap"%><%@page import="java.util.Map"%><%@page import="javax.management.AttributeList"%><%@page import="java.util.Map.Entry"%><%@page import="java.util.Hashtable"%><%@page import="java.util.Iterator"%><%@page import="javax.management.ObjectName"%><%@page import="java.util.Set"%><%@page import="javax.management.MBeanServerFactory"%><%@page import="java.util.ArrayList"%><%@page import="javax.management.MBeanServer"%><%@page import="java.lang.management.MemoryPoolMXBean"%><%@page import="java.lang.management.ManagementFactory"%><%@page import="java.util.List"%><%@page contentType="application/json" pageEncoding="UTF-8"%><%
 
     TreeMap data = new TreeMap<String, String>();

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/admin/stats.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/admin/stats.jsp b/juddiv3-war/src/main/webapp/admin/stats.jsp
index a6c8557..8b7ead5 100644
--- a/juddiv3-war/src/main/webapp/admin/stats.jsp
+++ b/juddiv3-war/src/main/webapp/admin/stats.jsp
@@ -2,6 +2,22 @@
     Document   : index
     Created on : Feb 23, 2013, 2:05:35 PM
     Author     : Alex O'Ree
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 --%>
 
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/index.jsp
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/index.jsp b/juddiv3-war/src/main/webapp/index.jsp
index 1874cc1..4ed9d19 100644
--- a/juddiv3-war/src/main/webapp/index.jsp
+++ b/juddiv3-war/src/main/webapp/index.jsp
@@ -12,7 +12,26 @@
          java.io.IOException,
          org.apache.juddi.config.Release"
          %>
-
+<%
+        
+        /*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+        
+        %>
 <!-- index.jsp -->
 <html>
     <head>

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/webapp/juddi.css
----------------------------------------------------------------------
diff --git a/juddiv3-war/src/main/webapp/juddi.css b/juddiv3-war/src/main/webapp/juddi.css
index c9b7657..a201a6b 100644
--- a/juddiv3-war/src/main/webapp/juddi.css
+++ b/juddiv3-war/src/main/webapp/juddi.css
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 body {
   margin:      0px 10px 10px 10px;
   font-family: "Trebuchet MS", sans-serif;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a5bf67..7bf8694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,424 +1,543 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under 
-	the Apache License, Version 2.0 (the "License"); * you may not use this file 
-	except in compliance with the License. * You may obtain a copy of the License 
-	at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by 
-	applicable law or agreed to in writing, software * distributed under the 
-	License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. * See the License for the specific 
-	language governing permissions and * limitations under the License. * */ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache</groupId>
-		<artifactId>apache</artifactId>
-		<version>13</version>
-	</parent>
-	<packaging>pom</packaging>
-	<groupId>org.apache.juddi</groupId>
-	<artifactId>juddi-parent</artifactId>
-	<version>3.3.0-SNAPSHOT</version>
-	<name>jUDDI_v3 Parent</name>
-	<description>jUDDI (pronounced "Judy") is an open source Java
-		implementation of the Universal Description, Discovery, and
-		Integration (UDDI) specification for Web Services.</description>
-	<url>http://juddi.apache.org/</url>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
 
-	<prerequisites>
-		<maven>3.0.3</maven>
-	</prerequisites>
+  http://www.apache.org/licenses/LICENSE-2.0
 
-	<properties>
-		<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-		<cxf.version>2.7.14</cxf.version>
-		<springframework.version>3.2.2.RELEASE</springframework.version>
-	</properties>
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+    </parent>
+    <packaging>pom</packaging>
+    <groupId>org.apache.juddi</groupId>
+    <artifactId>juddi-parent</artifactId>
+    <version>3.3.0-SNAPSHOT</version>
+    <name>jUDDI_v3 Parent</name>
+    <description>jUDDI (pronounced "Judy") is an open source Java
+        implementation of the Universal Description, Discovery, and
+        Integration (UDDI) specification for Web Services.</description>
+    <url>http://juddi.apache.org/</url>
 
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://issues.apache.org/jira/browse/JUDDI</url>
-	</issueManagement>
-	<ciManagement>
-		<system>Buildbot</system>
-		<url>http://ci.apache.org/buildbot.html</url>
-		<notifiers>
-			<notifier>
-				<sendOnError>true</sendOnError>
-				<sendOnFailure>true</sendOnFailure>
-				<sendOnSuccess>true</sendOnSuccess>
-				<sendOnWarning>true</sendOnWarning>
-				<configuration>
-					<address>dev@juddi.apache.org</address>
-				</configuration>
-			</notifier>
-		</notifiers>
-	</ciManagement>
-	<inceptionYear>2004</inceptionYear>
-	<mailingLists>
-		<mailingList>
-			<name>jUDDI User List</name>
-			<subscribe>user-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>user-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>user@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
-		</mailingList>
-		<mailingList>
-			<name>jUDDI Developer List</name>
-			<subscribe>dev-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>dev-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>dev@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
-		</mailingList>
-		<mailingList>
-			<name>jUDDI SVN List</name>
-			<subscribe>cvs-subscribe@juddi.apache.org</subscribe>
-			<unsubscribe>cvs-unsubscribe@juddi.apache.org</unsubscribe>
-			<post>commits@juddi.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
-		</mailingList>
-	</mailingLists>
-	<developers>
-		<developer>
-			<id>kstam</id>
-			<name>Kurt Stam</name>
-			<email>kstam AT apache.org</email>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>jfaath</id>
-			<name>Jeffrey Faath</name>
-			<email>jfaath AT apache.org</email>
-			<url>http://www.esigma.com</url>
-			<organization>ESigma</organization>
-		</developer>
-		<developer>
-			<id>tcunning</id>
-			<name>Tom Cunningham</name>
-			<email>tcunning AT apache.org</email>
-			<url>http://www.jboss.org/jbossesb</url>
-			<organization>JBoss/Red Hat</organization>
-		</developer>
-		<developer>
-			<id>sviens</id>
-			<name>Steve Viens</name>
-			<email>steve AT viens.net</email>
-			<url>http://www.viens.net</url>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>anil</id>
-			<name>Anil Saldhana</name>
-			<email>anil AT apache.org</email>
-			<url>http://www.jboss.org</url>
-			<organization>JBoss/Red Hat</organization>
-		</developer>
-		<developer>
-			<id>djencks</id>
-			<name>David Jencks</name>
-			<email>djencks AT apache.org</email>
-			<url>http://www.apache.org</url>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>alexoree</id>
-			<name>Alex O'Ree</name>
-			<email>alexoree AT apache.org</email>
-			<url>http://www.apache.org</url>
-			<organization>ASF</organization>
-		</developer>
-	</developers>
-	<contributors>
-		<contributor>
-			<name>Ken Wilson</name>
-			<organization>Dynamic Site Design</organization>
-			<url>http://www.dynamicsitedesign.com</url>
-		</contributor>
-		<contributor>
-			<name>Jeremi Thebeau</name>
-			<organization>Xceptance Software Technologies</organization>
-			<url>http://www.xceptance.com</url>
-		</contributor>
-	</contributors>
-	<licenses>
-		<license>
-			<name>The Apache Software License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-	<scm>
-		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</developerConnection>
-		<url>https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
-	</scm>
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<configuration>
-						<source>1.6</source>
-						<target>1.6</target>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-release-plugin</artifactId>
-					<version>2.1</version>
-					<configuration>
-						<autoVersionSubmodules>true</autoVersionSubmodules>
-						<preparationGoals>clean install</preparationGoals>
-						<goals>deploy</goals>
-						<releaseProfiles>apache-release</releaseProfiles>
-						<tagNameFormat>juddi-@{project.version}</tagNameFormat>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.0.1</version>
-					<extensions>true</extensions>
-					<configuration>
-						<classifier>${envClassifier}</classifier>
-						<obrRepository>target/OBRRepository.xml</obrRepository>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>ianal-maven-plugin</artifactId>
-					<version>1.0-alpha-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-site-plugin</artifactId>
-					<version>2.0.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-javadoc-plugin</artifactId>
-					<configuration>
-						<aggregate>true</aggregate>
-					</configuration>
-					<executions>
-						<execution>
-							<id>aggregate</id>
-							<goals>
-								<goal>aggregate</goal>
-							</goals>
-							<phase>site</phase>
-						</execution>
-					</executions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>ianal-maven-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-site-plugin</artifactId>
-				<version>2.0.1</version>
-			</plugin>
-		</plugins>
-	</build>
-	<reporting>
-		<plugins>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6.1</version>
+    <prerequisites>
+        <maven>3.0.3</maven>
+    </prerequisites>
 
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.1.2</version>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jdepend-maven-plugin</artifactId>
-				<version>2.0-beta-2</version>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jxr-plugin</artifactId>
-				<version>2.2</version>
-			</plugin>
-		</plugins>
-	</reporting>
-	<modules>
-		<module>uddi-ws</module>
-		<module>uddi-tck-base</module>
-		<module>juddi-client</module>
-		<module>juddi-client-plugins</module>
-		<module>uddi-migration-tool</module>
-		<module>juddi-core</module>
-		<module>juddi-rest-cxf</module>
-		<module>juddi-core-openjpa</module>
-		<module>juddiv3-war</module>
-		<module>juddi-examples</module>
-		<module>juddi-gui-dsig</module>
-		<module>juddi-gui</module>
-		<module>juddi-tomcat</module>
-  </modules>
-	<distributionManagement>
-		<site>
-			<id>website</id>
-			<url>scpexe://people.apache.org/www/juddi.apache.org/</url>
-		</site>
-	</distributionManagement>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.11</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging-api</artifactId>
-			<version>1.1</version>
-		</dependency>
-	</dependencies>
-	<repositories>
-		<repository>
-			<id>maven2-repository.dev.java.net</id>
-			<name>Java.net Maven 2 Repository</name>
-			<url>http://download.java.net/maven/2</url>
-			<layout>default</layout>
-		</repository>
-		<repository>
-			<id>apache.nexus</id>
-			<name>Apache NEXUS Maven 2 Repository</name>
-			<url>https://repository.apache.org/content/repositories/releases/</url>
-			<layout>default</layout>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-		<repository>
-			<id>jboss</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/nexus/content/groups/public</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
-	<pluginRepositories>
-		<pluginRepository>
-			<id>maven2-repository.dev.java.net</id>
-			<url>http://download.java.net/maven/2</url>
-		</pluginRepository>
-		<pluginRepository>
-			<id>nexus.codehaus</id>
-			<url>https://nexus.codehaus.org/content/repositories/releases/</url>
-		</pluginRepository>
+    <properties>
+        <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <cxf.version>2.7.14</cxf.version>
+        <springframework.version>3.2.2.RELEASE</springframework.version>
+    </properties>
 
-	</pluginRepositories>
-	<profiles>
-		<!-- inherit from the apache parent: release-profile -->
-		<profile>
-			<id>apache-release</id>
-			<modules>
-				<!-- adding these modules for release only -->
-				<module>uddi-tck</module>
-				<module>uddi-tck-runner</module>
-				<module>juddi-ddl-generator</module>
-				<module>docs</module>
-				<module>juddi-dist</module>
-				<module>uddi-client-dist</module>
-			</modules>
-		</profile>
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/JUDDI</url>
+    </issueManagement>
+    <ciManagement>
+        <system>Buildbot</system>
+        <url>http://ci.apache.org/buildbot.html</url>
+        <notifiers>
+            <notifier>
+                <sendOnError>true</sendOnError>
+                <sendOnFailure>true</sendOnFailure>
+                <sendOnSuccess>true</sendOnSuccess>
+                <sendOnWarning>true</sendOnWarning>
+                <configuration>
+                    <address>dev@juddi.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+    <inceptionYear>2004</inceptionYear>
+    <mailingLists>
+        <mailingList>
+            <name>jUDDI User List</name>
+            <subscribe>user-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>user@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
+        </mailingList>
+        <mailingList>
+            <name>jUDDI Developer List</name>
+            <subscribe>dev-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>dev@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>jUDDI SVN List</name>
+            <subscribe>cvs-subscribe@juddi.apache.org</subscribe>
+            <unsubscribe>cvs-unsubscribe@juddi.apache.org</unsubscribe>
+            <post>commits@juddi.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
+        </mailingList>
+    </mailingLists>
+    <developers>
+        <developer>
+            <id>kstam</id>
+            <name>Kurt Stam</name>
+            <email>kstam AT apache.org</email>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>jfaath</id>
+            <name>Jeffrey Faath</name>
+            <email>jfaath AT apache.org</email>
+            <url>http://www.esigma.com</url>
+            <organization>ESigma</organization>
+        </developer>
+        <developer>
+            <id>tcunning</id>
+            <name>Tom Cunningham</name>
+            <email>tcunning AT apache.org</email>
+            <url>http://www.jboss.org/jbossesb</url>
+            <organization>JBoss/Red Hat</organization>
+        </developer>
+        <developer>
+            <id>sviens</id>
+            <name>Steve Viens</name>
+            <email>steve AT viens.net</email>
+            <url>http://www.viens.net</url>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>anil</id>
+            <name>Anil Saldhana</name>
+            <email>anil AT apache.org</email>
+            <url>http://www.jboss.org</url>
+            <organization>JBoss/Red Hat</organization>
+        </developer>
+        <developer>
+            <id>djencks</id>
+            <name>David Jencks</name>
+            <email>djencks AT apache.org</email>
+            <url>http://www.apache.org</url>
+            <organization>ASF</organization>
+        </developer>
+        <developer>
+            <id>alexoree</id>
+            <name>Alex O'Ree</name>
+            <email>alexoree AT apache.org</email>
+            <url>http://www.apache.org</url>
+            <organization>ASF</organization>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Ken Wilson</name>
+            <organization>Dynamic Site Design</organization>
+            <url>http://www.dynamicsitedesign.com</url>
+        </contributor>
+        <contributor>
+            <name>Jeremi Thebeau</name>
+            <organization>Xceptance Software Technologies</organization>
+            <url>http://www.xceptance.com</url>
+        </contributor>
+    </contributors>
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
+    </scm>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.6</source>
+                        <target>1.6</target>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.1</version>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <preparationGoals>clean install</preparationGoals>
+                        <goals>deploy</goals>
+                        <releaseProfiles>apache-release</releaseProfiles>
+                        <tagNameFormat>juddi-@{project.version}</tagNameFormat>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.0.1</version>
+                    <extensions>true</extensions>
+                    <configuration>
+                        <classifier>${envClassifier}</classifier>
+                        <obrRepository>target/OBRRepository.xml</obrRepository>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>ianal-maven-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.0.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <configuration>
+                        <aggregate>true</aggregate>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>aggregate</id>
+                            <goals>
+                                <goal>aggregate</goal>
+                            </goals>
+                            <phase>site</phase>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>2.0.1</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.6.1</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>.</directory>
+                            <includes>
+                                <include>*.ddl</include>
+                                <include>*.log</include>
+                            </includes>
+			          
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.6.1</version>
 
-		<!-- same as the apache-release minus signing. CI should use this -->
-		<profile>
-			<id>dist</id>
-			<modules>
-				<!-- adding these module for dist only -->
-				<module>uddi-tck</module>
-				<module>uddi-tck-runner</module>
-				<module>juddi-ddl-generator</module>
-				<module>docs</module>
-				<module>juddi-dist</module>
-				<module>uddi-client-dist</module>
-			</modules>
-			<build>
-				<plugins>
-					<!-- Create a source-release artifact that contains the fully buildable 
-						project directory source structure. This is the artifact which is the official 
-						subject of any release vote. -->
-					<plugin>
-						<artifactId>maven-assembly-plugin</artifactId>
-						<dependencies>
-							<dependency>
-								<groupId>org.apache.apache.resources</groupId>
-								<artifactId>apache-source-release-assembly-descriptor</artifactId>
-								<version>1.0.4</version>
-							</dependency>
-						</dependencies>
-						<executions>
-							<execution>
-								<id>source-release-assembly</id>
-								<phase>package</phase>
-								<goals>
-									<goal>single</goal>
-								</goals>
-								<configuration>
-									<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-									<descriptorRefs>
-										<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
-									</descriptorRefs>
-									<tarLongFileFormat>gnu</tarLongFileFormat>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-					<!-- We want to deploy the artifact to a staging location for perusal -->
-					<plugin>
-						<inherited>true</inherited>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-deploy-plugin</artifactId>
-						<configuration>
-							<updateReleaseInfo>true</updateReleaseInfo>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-source-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-sources</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-javadocs</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>2.0-beta-2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.2</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
+            </plugin>
+        </plugins>
+    </reporting>
+    <modules>
+        <module>uddi-ws</module>
+        <module>uddi-tck-base</module>
+        <module>juddi-client</module>
+        <module>juddi-client-plugins</module>
+        <module>uddi-migration-tool</module>
+        <module>juddi-core</module>
+        <module>juddi-rest-cxf</module>
+        <module>juddi-core-openjpa</module>
+        <module>juddiv3-war</module>
+        <module>juddi-examples</module>
+        <module>juddi-gui-dsig</module>
+        <module>juddi-gui</module>
+        <module>juddi-tomcat</module>
+    </modules>
+    <distributionManagement>
+        <site>
+            <id>website</id>
+            <url>scpexe://people.apache.org/www/juddi.apache.org/</url>
+        </site>
+    </distributionManagement>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.11</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging-api</artifactId>
+            <version>1.1</version>
+        </dependency>
+    </dependencies>
+    <repositories>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Maven 2 Repository</name>
+            <url>http://download.java.net/maven/2</url>
+            <layout>default</layout>
+        </repository>
+        <repository>
+            <id>apache.nexus</id>
+            <name>Apache NEXUS Maven 2 Repository</name>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>jboss</id>
+            <name>JBoss Repository</name>
+            <url>http://repository.jboss.org/nexus/content/groups/public</url>
+            <layout>default</layout>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>maven2-repository.dev.java.net</id>
+            <url>http://download.java.net/maven/2</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>nexus.codehaus</id>
+            <url>https://nexus.codehaus.org/content/repositories/releases/</url>
+        </pluginRepository>
+
+    </pluginRepositories>
+    <profiles>
+        <!-- inherit from the apache parent: release-profile -->
+        <profile>
+            <id>apache-release</id>
+            <modules>
+                <!-- adding these modules for release only -->
+                <module>uddi-tck</module>
+                <module>uddi-tck-runner</module>
+                <module>juddi-ddl-generator</module>
+                <module>docs</module>
+                <module>juddi-dist</module>
+                <module>uddi-client-dist</module>
+            </modules>
+        </profile>
+
+        <!-- same as the apache-release minus signing. CI should use this -->
+        <profile>
+            <id>dist</id>
+            <modules>
+                <!-- adding these module for dist only -->
+                <module>uddi-tck</module>
+                <module>uddi-tck-runner</module>
+                <module>juddi-ddl-generator</module>
+                <module>docs</module>
+                <module>juddi-dist</module>
+                <module>uddi-client-dist</module>
+            </modules>
+            <build>
+                <plugins>
+                    <!-- Create a source-release artifact that contains the fully buildable 
+                    project directory source structure. This is the artifact which is the official 
+                    subject of any release vote. -->
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <dependencies>
+                            <dependency>
+                                <groupId>org.apache.apache.resources</groupId>
+                                <artifactId>apache-source-release-assembly-descriptor</artifactId>
+                                <version>1.0.4</version>
+                            </dependency>
+                        </dependencies>
+                        <executions>
+                            <execution>
+                                <id>source-release-assembly</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>single</goal>
+                                </goals>
+                                <configuration>
+                                    <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                                    <descriptorRefs>
+                                        <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
+                                    </descriptorRefs>
+                                    <tarLongFileFormat>gnu</tarLongFileFormat>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <!-- We want to deploy the artifact to a staging location for perusal -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <configuration>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-sources</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadocs</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>0.11</version>
+                        <configuration>
+                            <excludes>
+
+                                <exclude>**/*.ddl</exclude>
+                                <exclude>Doxyfile</exclude>
+                                <exclude>**/*log</exclude>
+                                <exclude>*.log</exclude>
+                                <exclude>qa/*.*</exclude>
+                                <exclude>qa/**/*.*</exclude>
+                                <exclude>juddi-client.net/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec</exclude>
+                                <exclude>juddi-client.net/clean.txt</exclude>
+                                <exclude>juddi-client.net/input.txt</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/wadl.xsd</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/wsdl.xsd</exclude>
+                                <exclude>juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.mapping/XMLSchema.xsd</exclude>
+                                <exclude>juddi-client.net/packages/NUnit.2.6.2/lib/nunit.framework.xml</exclude>
+                                <exclude>juddi-client.net/example/AspnetServiceLifeCycle/global.asa</exclude>
+                                <!-- uddi-ws-->
+                                <exclude>src/main/resources/inquire_v2.wsdl</exclude>
+                                <exclude>src/main/resources/publish_v2.wsdl</exclude>
+                                <exclude>src/main/resources/uddi_v2.xsd</exclude>
+                                <exclude>src/main/resources/uddi_v2custody.xsd</exclude>
+                                <exclude>src/main/resources/uddi_v2replication.xsd</exclude>
+                                <exclude>**/datatypes.dtd</exclude>
+                                <exclude>**/xml.xsd</exclude>
+                                <exclude>**/XMLSchema.dtd</exclude>
+                                <exclude>**/xmldsig-core-schema.xsd</exclude>
+ 
+                                <!-- TCK BASE -->
+                                <exclude>src/main/resources/uddi_data/bpel/riftsaw/bpel-technote.bpel</exclude>
+                                <exclude>src/main/resources/uddi_data/bpel/riftsaw/bpel-technote.wsdl</exclude>
+                                <!-- juddi-client-->
+                                <exclude>src/test/resources/bpel/bpel-technote.bpel</exclude>
+                                <exclude>src/test/resources/bpel/bpel-technote.wsdl</exclude>
+                                <exclude>**/*.key</exclude>
+                                <exclude>**/log4j.xml</exclude>
+
+                                <exclude>**/spring-beans.xsd</exclude>
+                                <exclude>**/spring-util.xsd</exclude>
+                                <exclude>**/spring-beans.xsd</exclude>
+
+                                <exclude>**/font-awesome*</exclude>
+                                <exclude>**/jquery*.css</exclude>
+                                <exclude>**/*.svg</exclude>
+                                <exclude>**/jquery*.js</exclude>
+                                <exclude>**/log4j.properties</exclude>
+                                <exclude>**/log4j.xml</exclude>
+                                <exclude>**/*.sh</exclude>
+                                <exclude>**/*.bat</exclude>
+                                <exclude>**/*.policy</exclude>
+                                <exclude>**/*.form</exclude>
+                                <exclude>**/jboss-deployment-structure.xml</exclude>
+                                <exclude>**/MANIFEST.MF</exclude>
+                                <exclude>**/license/*.*</exclude>
+                                <exclude>src/main/resources/schemas/orm_1_0.xsd</exclude>
+                                <exclude>src/main/resources/schemas/persistence_1_0.xsd</exclude>
+                                <exclude>src/main/resources/spring-beans.xsd.xml</exclude>
+  
+                                <exclude>**/bootstrap-timepicker.*</exclude>
+                                <exclude>**/test/selenium/*.*</exclude>
+                                <exclude>**/*.properties</exclude>
+                                <exclude>**/*.asciidoc</exclude>
+                                <exclude>**/TermsOfUse.txt</exclude>
+                                <exclude>**/pref-rpt*.txt</exclude>
+                                <exclude>**/asciidoctor.css</exclude>
+                                <exclude>**/Guardfile</exclude>
+
+                            </excludes>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-client-dist/src/main/bin/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-client-dist/src/main/bin/uddi.xml b/uddi-client-dist/src/main/bin/uddi.xml
index 35dd804..aab7bb2 100644
--- a/uddi-client-dist/src/main/bin/uddi.xml
+++ b/uddi-client-dist/src/main/bin/uddi.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
+<!--
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="example-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
----------------------------------------------------------------------
diff --git a/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java b/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
index 3ea4e28..7aa065c 100644
--- a/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
+++ b/uddi-migration-tool/src/test/java/org/apache/juddi/juddi/migration/tool/AppTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.juddi.migration.tool;
 
 import junit.framework.Test;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
index 7d11f59..a8e1c1b 100644
--- a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
+++ b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/Property.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.v3.tck;
 
 public class Property {

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
index 906a27d..e4a8804 100644
--- a/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
+++ b/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckSigningUtil.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.apache.juddi.v3.tck;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-base/src/main/resources/tck.properties
----------------------------------------------------------------------
diff --git a/uddi-tck-base/src/main/resources/tck.properties b/uddi-tck-base/src/main/resources/tck.properties
index 27182bb..137c349 100644
--- a/uddi-tck-base/src/main/resources/tck.properties
+++ b/uddi-tck-base/src/main/resources/tck.properties
@@ -1,3 +1,18 @@
+# Copyright 2001-2008 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License. 
+
+
 #some user with administrative rights
 root.publisher = root
 root.password  = root

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java b/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
deleted file mode 100644
index 14b310f..0000000
--- a/uddi-tck-runner/src/test/java/org/apache/juddi/tckrunner/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.juddi.tckrunner;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck-runner/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/uddi.xml b/uddi-tck-runner/uddi.xml
index 628cbe4..c051e53 100644
--- a/uddi-tck-runner/uddi.xml
+++ b/uddi-tck-runner/uddi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd">
     <reloadDelay>5000</reloadDelay>
     <client name="test-client">

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/context.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/context.xml b/uddi-tck/context.xml
index aee55e6..a58f0d2 100644
--- a/uddi-tck/context.xml
+++ b/uddi-tck/context.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!-- 
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <Context>
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
     <!--  -->

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/juddiv3Node1.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/juddiv3Node1.xml b/uddi-tck/juddiv3Node1.xml
index a930b12..962a920 100644
--- a/uddi-tck/juddiv3Node1.xml
+++ b/uddi-tck/juddiv3Node1.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+<!-- 
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/juddiv3Node2.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/juddiv3Node2.xml b/uddi-tck/juddiv3Node2.xml
index d0a574d..3a8008c 100644
--- a/uddi-tck/juddiv3Node2.xml
+++ b/uddi-tck/juddiv3Node2.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"  ?>
+<!-- 
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <!--
 ################################################################
 #                 jUDDI-v3.0 configuration.                    #

http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
----------------------------------------------------------------------
diff --git a/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java b/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
index 6e6fd1b..661253a 100644
--- a/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
+++ b/uddi-tck/src/main/java/org/apache/juddi/v2/tck/Dummy.java
@@ -1,5 +1,19 @@
-package org.apache.juddi.v2.tck;
-
+package org.apache.juddi.v2.tck; 
+/*
+ * Copyright 2001-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 public class Dummy {
 
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org