Skip to content

Commit 18a51cd

Browse files
authored
revert some non needed changes from #110 (#114)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 985e21c commit 18a51cd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ under the License.
342342
</configuration>
343343
<executions>
344344
<execution>
345-
<?m2e execute onConfiguration,onIncremental?>
346345
<id>modello-cache</id>
347346
<goals>
348347
<goal>java</goal>
@@ -352,7 +351,6 @@ under the License.
352351
<phase>generate-sources</phase>
353352
</execution>
354353
<execution>
355-
<?m2e execute onConfiguration,onIncremental?>
356354
<id>modello-cache-xsd</id>
357355
<goals>
358356
<goal>xsd</goal>
@@ -377,18 +375,6 @@ under the License.
377375
<artifactId>build-helper-maven-plugin</artifactId>
378376
<version>3.4.0</version>
379377
<executions>
380-
<execution>
381-
<id>add-sources</id>
382-
<goals>
383-
<goal>add-source</goal>
384-
</goals>
385-
<phase>generate-sources</phase>
386-
<configuration>
387-
<sources>
388-
<source>${basedir}/target/generated-sources/modello</source>
389-
</sources>
390-
</configuration>
391-
</execution>
392378
<execution>
393379
<id>add-resources</id>
394380
<goals>

0 commit comments

Comments
 (0)