Author: dreedy
Date: Tue Apr 29 22:48:44 2014
New Revision: 1591133
URL: http://svn.apache.org/r1591133
Log:
Added license headers to poms
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/assembly.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-lib/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-platform/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-resources/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-service/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-service/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-service/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-service/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-snaplogstore/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-dl/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-service/pom.xml
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-start/pom.xml
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/assembly.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/assembly.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/assembly.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/assembly.xml
Tue Apr 29 22:48:44 2014
@@ -1,3 +1,18 @@
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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.
+-->
<assembly>
<!-- We dont use the <id> element to avoid the extension to the directory
and zip name -->
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/pom.xml
(original)
+++ river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/dist/pom.xml Tue
Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -10,6 +25,7 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>dist</artifactId>
+ <url>http://river.apache.org</url>
<name>River Distribution</name>
<packaging>pom</packaging>
Modified: river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/pom.xml
(original)
+++ river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/pom.xml Tue Apr
29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -9,7 +24,7 @@
<name>Apache River Project</name>
<description>Apache River Project</description>
<inceptionYear>2008</inceptionYear>
- <url>http://incubator.apache.org/river/</url>
+ <url>http://river.apache.org</url>
<licenses>
<license>
@@ -30,15 +45,14 @@
</issueManagement>
<scm>
-
<connection>scm:http://svn.apache.org/repos/asf/incubator/river/</connection>
-
<developerConnection>scm:http://svn.apache.org/repos/asf/incubator/river/</developerConnection>
- <url>http://svn.apache.org/repos/asf/incubator/river/</url>
+
<connection>scm:http://svn.apache.org/repos/asf/river/jtsk/trunk</connection>
+
<developerConnection>scm:https://svn.apache.org/repos/asf/river/jtsk/trunk</developerConnection>
+ <url>http://svn.apache.org/repos/asf/river/jtsk/trunk</url>
</scm>
<ciManagement>
<system>hudson</system>
- <!-- FIX URL BELOW TO POINT TO HUDSON -->
- <url>http://incubator.apache.org/river/</url>
+ <url>https://builds.apache.org/view/M-R/view/River/</url>
</ciManagement>
<reporting>
@@ -47,6 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.4</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
@@ -115,15 +130,15 @@
<mailingLists>
<mailingList>
<name>River User List</name>
- <archive>[email protected]</archive>
+ <archive>[email protected]</archive>
</mailingList>
<mailingList>
<name>River Developer List</name>
- <archive>[email protected]</archive>
+ <archive>[email protected]</archive>
</mailingList>
<mailingList>
<name>River Commits List</name>
- <archive>[email protected]</archive>
+ <archive>[email protected]</archive>
</mailingList>
</mailingLists>
@@ -228,7 +243,7 @@
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>2.1.1</version>
+ <version>3.3</version>
<inherited>false</inherited>
<configuration>
<locales>en</locales>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
--- river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-dl/pom.xml
(original)
+++ river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -11,8 +26,8 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>river-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: River Service DL Library</name>
- <packaging>jar</packaging>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-lib/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-lib/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-lib/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-lib/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -11,8 +26,10 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>river-lib</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: River Service Library</name>
- <packaging>jar</packaging>
+ <description>This artifact contains the River utility APIs that are not
tied
+ to a specific service implementation.</description>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-platform/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-platform/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-platform/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-platform/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -10,7 +25,11 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>river-platform</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: River Platform</name>
+ <description>Configures specific service providers to be used, such as
+ PreferredClassProvider, trust and integrity verifiers, and
DiscoveryFormatProvider
+ </description>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-resources/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-resources/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-resources/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-resources/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -11,6 +26,7 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>river-resources</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: River Resources</name>
<packaging>jar</packaging>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-dl/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.mahalo</groupId>
<artifactId>mahalo-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Mahalo Service Download classes</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-service/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-service/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-service/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mahalo/mahalo-service/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.mahalo</groupId>
<artifactId>mahalo-service</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Mahalo Service Implementation</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-dl/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.mercury</groupId>
<artifactId>mercury-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Mercury Service Download classes</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-service/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-service/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-service/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/mercury/mercury-service/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.mercury</groupId>
<artifactId>mercury-service</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Mercury Service Implementation</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-dl/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.norm</groupId>
<artifactId>norm-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Norm Service Download classes</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-service/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-service/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-service/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/norm/norm-service/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.norm</groupId>
<artifactId>norm-service</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Norm Service Implementation</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-dl/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.outrigger</groupId>
<artifactId>outrigger-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Outrigger Service Download classes</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-service/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-service/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-service/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-service/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.outrigger</groupId>
<artifactId>outrigger-service</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Outrigger Service Implementation</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-snaplogstore/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-snaplogstore/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-snaplogstore/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/outrigger/outrigger-snaplogstore/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.outrigger</groupId>
<artifactId>outrigger-snaplogstore</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Outrigger Snaplogstore</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-dl/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-dl/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-dl/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-dl/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.reggie</groupId>
<artifactId>reggie-dl</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Reggie Service Download classes</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-service/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-service/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-service/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-services/reggie/reggie-service/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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>
@@ -11,6 +26,7 @@
<groupId>org.apache.river.reggie</groupId>
<artifactId>reggie-service</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: Reggie Service Implementation</name>
<dependencies>
Modified:
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-start/pom.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-start/pom.xml?rev=1591133&r1=1591132&r2=1591133&view=diff
==============================================================================
---
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-start/pom.xml
(original)
+++
river/jtsk/skunk/qa_refactor/trunk/modularize/apache-river/river-start/pom.xml
Tue Apr 29 22:48:44 2014
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ Copyright (C) 2014 the original author or authors.
+~
+~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -10,8 +25,12 @@
</parent>
<groupId>org.apache.river</groupId>
<artifactId>river-start</artifactId>
+ <url>http://river.apache.org</url>
<name>Module :: River Service Starter</name>
- <packaging>jar</packaging>
+ <description>This executable JAR file is the primary entry point for the
Service Starter.
+ It acts as both the class path for the container virtual machine (VM)
for the Java platform
+ that executes non-activatable services, and as the setup VM for
activatable services.
+ </description>
<dependencies>