This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit 3b05f0616b34aa10651d7d4730218f1831cd40e9 Author: wujimin <[email protected]> AuthorDate: Sun Apr 22 21:38:15 2018 +0800 [SCB-487] fix bug: maven project name is not a valid dir name, so change from project name to artifactId --- demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/pom.xml b/demo/pom.xml index 55505d2..4724b6c 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -221,7 +221,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> - <outputDirectory>${demo.run.dir}/${project.name}</outputDirectory> + <outputDirectory>${demo.run.dir}/${project.artifactId}</outputDirectory> <archive> <manifest> <addClasspath>true</addClasspath> -- To stop receiving notification emails like this one, please contact [email protected].
