maven 构建失败
Opened this issue · 0 comments
paprays commented
插件无法解析file参数
尝试过使用2.x或3.x的版本都无法构建,其中3.x的版本删除<repositoryLayout>default</repositoryLayout>
后依旧无法构建,将${basedir}换位绝对路径依旧无法解析file参数
<execution>
<id>install-weblogic1</id>
<phase>clean</phase>
<configuration>
<file>${basedir}\libs\wlfullclient.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>wlfullclient</groupId>
<artifactId>wlfullclient</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>