Author: brett
Date: Tue Dec 13 03:35:58 2011
New Revision: 1213553

URL: http://svn.apache.org/viewvc?rev=1213553&view=rev
Log:
fix typo

Modified:
    incubator/npanday/trunk/npanday-it-runner/pom.xml

Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/npanday-it-runner/pom.xml?rev=1213553&r1=1213552&r2=1213553&view=diff
==============================================================================
--- incubator/npanday/trunk/npanday-it-runner/pom.xml (original)
+++ incubator/npanday/trunk/npanday-it-runner/pom.xml Tue Dec 13 03:35:58 2011
@@ -71,7 +71,7 @@ under the License.
               <overWriteSnapshots>true</overWriteSnapshots>
               <overWriteReleases>true</overWriteReleases>
               
<outputDirectory>${project.basedir}/target/test-classes</outputDirectory>
-              <excludeTransitive>true<excludeTransitive>
+              <excludeTransitive>true</excludeTransitive>
             </configuration>
           </execution>
         </executions>


Reply via email to