Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build #18

Closed
luleilulalei opened this issue Sep 13, 2022 · 2 comments
Closed

build #18

luleilulalei opened this issue Sep 13, 2022 · 2 comments

Comments

@luleilulalei
Copy link

Failed to execute goal com.alipay.sofa:sofa-ark-maven-plugin:2.0.4:repackage (default-cli) on project spring-boot-ark-biz: execute dependency:tree failed

@luleilulalei
Copy link
Author

	<plugins>
		<plugin>
			<groupId>com.alipay.sofa</groupId>
			<artifactId>sofa-ark-maven-plugin</artifactId>
			<version>2.0.4</version>
			<executions>
				<execution>
					<id>default-cli</id>
					<goals>
						<goal>repackage</goal>
					</goals>
				</execution>
			</executions>
			<configuration>
				<skipArkExecutable>true</skipArkExecutable>
				<outputDirectory>./target</outputDirectory>
				<bizName>spring-boot-ark-biz</bizName>
				<webContextPath>biz</webContextPath>
				<declaredMode>true</declaredMode>
			</configuration>
		</plugin>
	</plugins>

这是pom依赖的插件,编译就会报上面的错误

@luleilulalei
Copy link
Author

额,idea自带mvn没访问权限,chmod 777 后好了

@lvjing2 lvjing2 closed this as completed Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants