diff --git a/CellDesigner-plugin/pom.xml b/CellDesigner-plugin/pom.xml
index 1f0c13239d63c1e767d1ad4ee0b51d3e9ea00a93..9fd4b4804fc1d55ec1f16a709265b076cca6c49d 100644
--- a/CellDesigner-plugin/pom.xml
+++ b/CellDesigner-plugin/pom.xml
@@ -1,85 +1,87 @@
-<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>
-  <parent>
-    <groupId>lcsb.mapviewer</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>CellDesigner-plugin</artifactId>
-  	<!-- dependency from the MapViewer model -->
-
-  <repositories>
-		<repository>
-	    <id>central</id>
-    	<url>http://repo.maven.apache.org/maven2/</url>
-		</repository>
-
-		<repository>
-   		<id>repo</id>
-    	<releases>
-       	<enabled>true</enabled>
-       	<checksumPolicy>ignore</checksumPolicy>
-    	</releases>
-    	<snapshots>
-        <enabled>false</enabled>
-    	</snapshots>
-    	<url>file://${project.basedir}/repo</url>
-		</repository>
-
-	</repositories>
-
-<build>
-  <plugins>
-    <plugin>
-      <artifactId>maven-assembly-plugin</artifactId>
-      <executions>
-    		<execution>
-      		<id>make-assembly</id> <!-- this is used for inheritance merges -->
-      		<phase>package</phase> <!-- bind to the packaging phase -->
-      		<goals>
-        		<goal>single</goal>
-      		</goals>
-      		<configuration>
-        		<descriptor>install.xml</descriptor>
-      		</configuration>
-    		</execution>
-  		</executions>
-    </plugin>
-  </plugins>
-</build>
-	
-	
-	<dependencies>
-		<dependency>
-            <groupId>lcsb.mapviewer</groupId>
-            <artifactId>model</artifactId>
-            <version>1.0</version>
-		</dependency>
-
-		<dependency>
-            <groupId>lcsb.mapviewer</groupId>
-            <artifactId>commons</artifactId>
-            <version>1.0</version>
-    </dependency>
-
-		<dependency>
-            <groupId>lcsb.mapviewer</groupId>
-            <artifactId>converter-CellDesigner</artifactId>
-            <version>1.0</version>
-		</dependency>
-
-		<dependency>
-			<groupId>jp.sbi</groupId>
-			<artifactId>celldesigner</artifactId>
-			<version>${celldesigner.version}</version>
-		</dependency>
-    
-		<dependency>
-			<groupId>org.sbml</groupId>
-			<artifactId>libsbml</artifactId>
-			<version>${libsbml.version}</version>
-		</dependency>
-    
-  </dependencies>
-  
+<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>
+	<parent>
+		<groupId>lcsb.mapviewer</groupId>
+		<artifactId>parent</artifactId>
+		<version>1.0</version>
+	</parent>
+	<artifactId>CellDesigner-plugin</artifactId>
+	<!-- dependency from the MapViewer model -->
+
+	<repositories>
+		<repository>
+			<id>central</id>
+			<url>http://repo.maven.apache.org/maven2/</url>
+		</repository>
+
+		<repository>
+			<id>repo</id>
+			<releases>
+				<enabled>true</enabled>
+				<checksumPolicy>ignore</checksumPolicy>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+			<url>file://${project.basedir}/repo</url>
+		</repository>
+
+	</repositories>
+
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>make-assembly</id> <!-- this is used for inheritance merges -->
+						<phase>package</phase> <!-- bind to the packaging phase -->
+						<goals>
+							<goal>single</goal>
+						</goals>
+						<configuration>
+							<descriptor>install.xml</descriptor>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+
+	<dependencies>
+		<dependency>
+			<groupId>lcsb.mapviewer</groupId>
+			<artifactId>model</artifactId>
+			<version>1.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>lcsb.mapviewer</groupId>
+			<artifactId>commons</artifactId>
+			<version>1.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>lcsb.mapviewer</groupId>
+			<artifactId>converter-CellDesigner</artifactId>
+			<version>1.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>jp.sbi</groupId>
+			<artifactId>celldesigner</artifactId>
+			<version>${celldesigner.version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.sbml</groupId>
+			<artifactId>libsbml</artifactId>
+			<version>${libsbml.version}</version>
+		</dependency>
+
+	</dependencies>
+
 </project>
\ No newline at end of file