We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
插件无法解析file参数 尝试过使用2.x或3.x的版本都无法构建,其中3.x的版本删除<repositoryLayout>default</repositoryLayout>后依旧无法构建,将${basedir}换位绝对路径依旧无法解析file参数
<repositoryLayout>default</repositoryLayout>
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
插件无法解析file参数
尝试过使用2.x或3.x的版本都无法构建,其中3.x的版本删除
<repositoryLayout>default</repositoryLayout>
后依旧无法构建,将${basedir}换位绝对路径依旧无法解析file参数The text was updated successfully, but these errors were encountered: