Skip to content

Commit

Permalink
ant-run (#148)
Browse files Browse the repository at this point in the history
* pin and update to "target"

* pin
  • Loading branch information
Hellblazer authored Aug 16, 2023
1 parent 462c137 commit 3c4f60a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
19 changes: 0 additions & 19 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>satisfy-liquibase</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<mkdir dir="${project.build.directory}/test-classes" />
<mkdir dir="${project.build.directory}/classes" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -643,17 +643,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>satisfy-liquibase</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<target>
<mkdir
dir="${project.build.directory}/test-classes" />
<mkdir
dir="${project.build.directory}/classes" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit 3c4f60a

Please sign in to comment.