]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - pom.xml
Expose CommandSession in SCL
[simantics/platform.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 85a794381bb42ff579a05cf65d29db14a794b878..d816c4c7c55a2eb3889483bf76c526886736e001 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.simantics</groupId>\r
-       <artifactId>org.simantics.root</artifactId>\r
-       <version>1.0.0-SNAPSHOT</version>\r
-       <packaging>pom</packaging>\r
-       <parent>\r
-               <groupId>org.simantics</groupId>\r
-               <artifactId>org.simantics.tycho.configuration</artifactId>\r
-               <version>1.0.0-SNAPSHOT</version>\r
-               <relativePath>releng/org.simantics.tycho.configuration</relativePath>\r
-       </parent>\r
-\r
-       <modules>\r
-               <module>bundles</module>\r
-               <module>features</module>\r
-               <module>releng</module>\r
-               <module>tests</module>\r
-       </modules>\r
-\r
-       <build>\r
-               <pluginManagement>\r
-                       <plugins>\r
-                               <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
-                               <plugin>\r
-                                       <groupId>org.eclipse.m2e</groupId>\r
-                                       <artifactId>lifecycle-mapping</artifactId>\r
-                                       <version>1.0.0</version>\r
-                                       <configuration>\r
-                                               <lifecycleMappingMetadata>\r
-                                                       <pluginExecutions>\r
-                                                               <pluginExecution>\r
-                                                                       <pluginExecutionFilter>\r
-                                                                               <groupId>\r
-                                                                                       org.apache.maven.plugins\r
-                                                                               </groupId>\r
-                                                                               <artifactId>\r
-                                                                                       maven-clean-plugin\r
-                                                                               </artifactId>\r
-                                                                               <versionRange>\r
-                                                                                       [2.5,)\r
-                                                                               </versionRange>\r
-                                                                               <goals>\r
-                                                                                       <goal>clean</goal>\r
-                                                                               </goals>\r
-                                                                       </pluginExecutionFilter>\r
-                                                                       <action>\r
-                                                                               <ignore></ignore>\r
-                                                                       </action>\r
-                                                               </pluginExecution>\r
-                                                       </pluginExecutions>\r
-                                               </lifecycleMappingMetadata>\r
-                                       </configuration>\r
-                               </plugin>\r
-                       </plugins>\r
-               </pluginManagement>\r
-       </build>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.simantics</groupId>
+       <artifactId>org.simantics.root</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <parent>
+               <groupId>org.simantics</groupId>
+               <artifactId>org.simantics.tycho.configuration</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+               <relativePath>releng/org.simantics.tycho.configuration</relativePath>
+       </parent>
+
+       <modules>
+               <module>bundles</module>
+               <module>features</module>
+               <module>releng</module>
+               <module>tests</module>
+       </modules>
+
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                               <plugin>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       <artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>
+                                                                                       org.apache.maven.plugins
+                                                                               </groupId>
+                                                                               <artifactId>
+                                                                                       maven-clean-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [2.5,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>clean</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
 </project> 
\ No newline at end of file