cckuailong / JNDI-Injection-Exploit-Plus

80+ Gadgets(30 More than ysoserial). JNDI-Injection-Exploit-Plus is a tool for generating workable JNDI links and provide background services by starting RMI server,LDAP server and HTTP server.
MIT License
658 stars 90 forks source link

maven 构建失败 #4

Open paprays opened 3 weeks ago

paprays commented 3 weeks ago

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