You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2016/12/09 13:48:12 UTC

svn commit: r1773394 - in /turbine/maven/turbine-parent-assembly/trunk: pom.xml src/ src/main/ src/main/resources/ src/main/resources/assemblies/

Author: tv
Date: Fri Dec  9 13:48:12 2016
New Revision: 1773394

URL: http://svn.apache.org/viewvc?rev=1773394&view=rev
Log:
Initial commit

Added:
    turbine/maven/turbine-parent-assembly/trunk/pom.xml   (with props)
    turbine/maven/turbine-parent-assembly/trunk/src/
    turbine/maven/turbine-parent-assembly/trunk/src/main/
    turbine/maven/turbine-parent-assembly/trunk/src/main/resources/
    turbine/maven/turbine-parent-assembly/trunk/src/main/resources/assemblies/

Added: turbine/maven/turbine-parent-assembly/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent-assembly/trunk/pom.xml?rev=1773394&view=auto
==============================================================================
--- turbine/maven/turbine-parent-assembly/trunk/pom.xml (added)
+++ turbine/maven/turbine-parent-assembly/trunk/pom.xml Fri Dec  9 13:48:12 2016
@@ -0,0 +1,35 @@
+<!--
+
+   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.
+
+-->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+  </parent>
+
+  <groupId>org.apache.turbine</groupId>
+  <artifactId>turbine-parent-assembly</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+
+  <name>Turbine Project Default Assembly Descriptors</name>
+
+</project>

Propchange: turbine/maven/turbine-parent-assembly/trunk/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain