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

maven 构建失败 #4

Open
paprays opened this issue Jul 5, 2024 · 0 comments
Open

maven 构建失败 #4

paprays opened this issue Jul 5, 2024 · 0 comments

Comments

@paprays
Copy link

paprays commented Jul 5, 2024

插件无法解析file参数
image
尝试过使用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>

image

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

1 participant