Skip to content

maven 构建失败 #4

@paprays

Description

@paprays

插件无法解析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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions