You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/05/03 18:47:03 UTC

[3/4] jena git commit: JENA-1173: don't create lib/

JENA-1173: don't create lib/


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/5b7b28a6
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/5b7b28a6
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/5b7b28a6

Branch: refs/heads/master
Commit: 5b7b28a61195983ea89ac45153f69d650c15cc81
Parents: a9701d2
Author: Andy Seaborne <an...@apache.org>
Authored: Tue May 3 14:35:56 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue May 3 14:35:56 2016 +0100

----------------------------------------------------------------------
 apache-jena/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/5b7b28a6/apache-jena/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index 74fd57f..560e60d 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -186,7 +186,7 @@
               <goal>copy-dependencies</goal>
             </goals>
             <configuration>
-              <overWrig diffteSnapshots>true</overWriteSnapshots>
+              <overWriteSnapshots>true</overWriteSnapshots>
               <includeScope>runtime</includeScope>
               <includeTypes>jar</includeTypes>
               <outputDirectory>lib/</outputDirectory>
@@ -198,7 +198,7 @@
 
       <!-- 
       As we copy dependencies into lib/ to make scripts work in dev environments we also need to clean up that directory
-      -->
+      - -> JENA-1173
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
         <configuration>
@@ -209,6 +209,7 @@
           </filesets>
         </configuration>
       </plugin>
+      -->
     </plugins>
   </build>