You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2019/02/03 23:53:14 UTC

[any23] branch master updated: ANY23-422 Error message when any23 cli tool used

This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 3abdfbf  ANY23-422 Error message when any23 cli tool used
     new 65d1a30  Merge pull request #134 from davidcockbill/ANY23-422
3abdfbf is described below

commit 3abdfbf07279a334f6fc6fb9618232a3f6c77066
Author: David Cockbill <da...@screamingfrog.co.uk>
AuthorDate: Thu Jan 31 21:17:57 2019 +0000

    ANY23-422 Error message when any23 cli tool used
---
 cli/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cli/pom.xml b/cli/pom.xml
index 2a0cb92..e4b11a0 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -347,7 +347,6 @@
             </program>
           </programs>
           <configurationDirectory>conf</configurationDirectory>
-          <configurationSourceDirectory>${basedir}/src/test/resources</configurationSourceDirectory>
           <copyConfigurationDirectory>true</copyConfigurationDirectory>
         </configuration>
       </plugin>