Skip to content

Commit

Permalink
revert some non needed changes from #110 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 22, 2023
1 parent 985e21c commit 18a51cd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ under the License.
</configuration>
<executions>
<execution>
<?m2e execute onConfiguration,onIncremental?>
<id>modello-cache</id>
<goals>
<goal>java</goal>
Expand All @@ -352,7 +351,6 @@ under the License.
<phase>generate-sources</phase>
</execution>
<execution>
<?m2e execute onConfiguration,onIncremental?>
<id>modello-cache-xsd</id>
<goals>
<goal>xsd</goal>
Expand All @@ -377,18 +375,6 @@ under the License.
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>add-sources</id>
<goals>
<goal>add-source</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<sources>
<source>${basedir}/target/generated-sources/modello</source>
</sources>
</configuration>
</execution>
<execution>
<id>add-resources</id>
<goals>
Expand Down

0 comments on commit 18a51cd

Please sign in to comment.