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:25:00 UTC

svn commit: r1437385 - in /syncope/trunk: archetype/src/test/resources/projects/default/goal.txt pom.xml

Author: ilgrosso
Date: Wed Jan 23 13:25:00 2013
New Revision: 1437385

URL: http://svn.apache.org/viewvc?rev=1437385&view=rev
Log:
Fixing build issue under Windows with archetype

Modified:
    syncope/trunk/archetype/src/test/resources/projects/default/goal.txt
    syncope/trunk/pom.xml

Modified: syncope/trunk/archetype/src/test/resources/projects/default/goal.txt
URL: http://svn.apache.org/viewvc/syncope/trunk/archetype/src/test/resources/projects/default/goal.txt?rev=1437385&r1=1437384&r2=1437385&view=diff
==============================================================================
--- syncope/trunk/archetype/src/test/resources/projects/default/goal.txt (original)
+++ syncope/trunk/archetype/src/test/resources/projects/default/goal.txt Wed Jan 23 13:25:00 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/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1437385&r1=1437384&r2=1437385&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Wed Jan 23 13:25:00 2013
@@ -1083,6 +1083,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>