1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Phoebus |
From: | liuxiaomin via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Smith, Martin via Tech-talk" <tech-talk at aps.anl.gov> |
Date: | Fri, 18 Nov 2022 14:58:07 +0800 |
Hi, I'm trying to install phoebus, I've installed maven and jdk before this, but when I tap mvn clean verify -f dependencies/pom.xml, It shows: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project install-jars: Error assembling JAR: Failed to create directory: /opt/phoebus/dependencies/install-jars/target/maven-archiver -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :install-jars What is the reason for this? Thanks, Xiaomin |