You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/01/23 14:50:56 UTC

svn commit: r1437392 - in /syncope/branches/1_0_X: archetype/src/test/resources/projects/default/goal.txt parent/pom.xml

Author: ilgrosso
Date: Wed Jan 23 13:50:56 2013
New Revision: 1437392

URL: http://svn.apache.org/viewvc?rev=1437392&view=rev
Log:
Fixing archtype-releated build issues on 1_0_X

Modified:
    syncope/branches/1_0_X/archetype/src/test/resources/projects/default/goal.txt
    syncope/branches/1_0_X/parent/pom.xml

Modified: syncope/branches/1_0_X/archetype/src/test/resources/projects/default/goal.txt
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/archetype/src/test/resources/projects/default/goal.txt?rev=1437392&r1=1437391&r2=1437392&view=diff
==============================================================================
--- syncope/branches/1_0_X/archetype/src/test/resources/projects/default/goal.txt (original)
+++ syncope/branches/1_0_X/archetype/src/test/resources/projects/default/goal.txt Wed Jan 23 13:50:56 2013
@@ -1,16 +0,0 @@
-# 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.

Modified: syncope/branches/1_0_X/parent/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent/pom.xml?rev=1437392&r1=1437391&r2=1437392&view=diff
==============================================================================
--- syncope/branches/1_0_X/parent/pom.xml (original)
+++ syncope/branches/1_0_X/parent/pom.xml Wed Jan 23 13:50:56 2013
@@ -984,6 +984,7 @@ under the License.
             <exclude>**/*.js</exclude>
             <exclude>**/*.csv</exclude>
             <exclude>**/archetype-resources/**</exclude>
+            <exclude>**/goal.txt</exclude>
             <exclude>**/maven-eclipse.xml</exclude>
             <exclude>**/*.iml</exclude>
             <exclude>**/*.log</exclude>