sofastack-guides / sofa-ark-spring-guides

sofa-ark-spring-guides
15 stars 19 forks source link

build #18

Closed luleilulalei closed 2 years ago

luleilulalei commented 2 years ago

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 commented 2 years ago
    <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 commented 2 years ago

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