]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Fix compilation problems from org.simantics.gnuplot/pom.xml 76/476/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 2 May 2017 20:27:23 +0000 (23:27 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 2 May 2017 20:27:23 +0000 (23:27 +0300)
The problem surfaced after putting the maven graph compiler plugin into
use.

refs #7178

Change-Id: Icb660bc39711951c545a50baed945d0d6c3a7996

bundles/org.simantics.gnuplot/pom.xml

index cc1b5c25a52bd75384b2350794bd8b028ff20a97..34a454c19a9349cb23de7cf03fc108efe784236a 100644 (file)
@@ -4,7 +4,6 @@
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <modelVersion>4.0.0</modelVersion>
 
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.simantics</groupId>
        <artifactId>org.simantics.gnuplot</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>eclipse-plugin</packaging>
        <artifactId>org.simantics.gnuplot</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>eclipse-plugin</packaging>
                                                                                <ignore></ignore>
                                                                        </action>
                                                                </pluginExecution>
                                                                                <ignore></ignore>
                                                                        </action>
                                                                </pluginExecution>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>org.simantics</groupId>
+                                                                               <artifactId>
+                                                                                       graph-builder-maven-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [0.0.5,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>compile-graphs</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
                                                        </pluginExecutions>
                                                </lifecycleMappingMetadata>
                                        </configuration>
                                                        </pluginExecutions>
                                                </lifecycleMappingMetadata>
                                        </configuration>