File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 153153 </activation >
154154 <build >
155155 <plugins >
156+ <plugin >
157+ <artifactId >maven-clean-plugin</artifactId >
158+ <configuration >
159+ <filesets >
160+ <fileset >
161+ <directory >${project.basedir} /..</directory >
162+ <includes >
163+ <include >build-target</include >
164+ </includes >
165+ </fileset >
166+ </filesets >
167+ </configuration >
168+ </plugin >
156169 <plugin >
157170 <groupId >org.codehaus.mojo</groupId >
158171 <artifactId >exec-maven-plugin</artifactId >
159- <version >1.5 .0</version >
172+ <version >3.1 .0</version >
160173 <executions >
161- <execution >
162- <id >remove-build-target-link</id >
163- <phase >clean</phase >
164- <goals >
165- <goal >exec</goal >
166- </goals >
167- <configuration >
168- <executable >rm</executable >
169- <arguments >
170- <argument >-f</argument >
171- <argument >${project.basedir} /../build-target</argument >
172- </arguments >
173- </configuration >
174- </execution >
175174 <execution >
176175 <id >create-build-target-link</id >
177176 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments