Skip to content
Snippets Groups Projects
Commit 84bb5198 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

indentation fixed

parent 477633fb
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!452Resolve "Allow for color and line thickness control in the generated layout"
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0"
<modelVersion>4.0.0</modelVersion> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<parent> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>lcsb.mapviewer</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>parent</artifactId> <parent>
<version>1.0</version> <groupId>lcsb.mapviewer</groupId>
</parent> <artifactId>parent</artifactId>
<artifactId>CellDesigner-plugin</artifactId> <version>1.0</version>
<!-- dependency from the MapViewer model --> </parent>
<artifactId>CellDesigner-plugin</artifactId>
<repositories> <!-- dependency from the MapViewer model -->
<repository>
<id>central</id> <repositories>
<url>http://repo.maven.apache.org/maven2/</url> <repository>
</repository> <id>central</id>
<url>http://repo.maven.apache.org/maven2/</url>
<repository> </repository>
<id>repo</id>
<releases> <repository>
<enabled>true</enabled> <id>repo</id>
<checksumPolicy>ignore</checksumPolicy> <releases>
</releases> <enabled>true</enabled>
<snapshots> <checksumPolicy>ignore</checksumPolicy>
<enabled>false</enabled> </releases>
</snapshots> <snapshots>
<url>file://${project.basedir}/repo</url> <enabled>false</enabled>
</repository> </snapshots>
<url>file://${project.basedir}/repo</url>
</repositories> </repository>
<build> </repositories>
<plugins>
<plugin> <build>
<artifactId>maven-assembly-plugin</artifactId> <plugins>
<executions> <plugin>
<execution> <artifactId>maven-assembly-plugin</artifactId>
<id>make-assembly</id> <!-- this is used for inheritance merges --> <executions>
<phase>package</phase> <!-- bind to the packaging phase --> <execution>
<goals> <id>make-assembly</id> <!-- this is used for inheritance merges -->
<goal>single</goal> <phase>package</phase> <!-- bind to the packaging phase -->
</goals> <goals>
<configuration> <goal>single</goal>
<descriptor>install.xml</descriptor> </goals>
</configuration> <configuration>
</execution> <descriptor>install.xml</descriptor>
</executions> </configuration>
</plugin> </execution>
</plugins> </executions>
</build> </plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>lcsb.mapviewer</groupId> <dependencies>
<artifactId>model</artifactId> <dependency>
<version>1.0</version> <groupId>lcsb.mapviewer</groupId>
</dependency> <artifactId>model</artifactId>
<version>1.0</version>
<dependency> </dependency>
<groupId>lcsb.mapviewer</groupId>
<artifactId>commons</artifactId> <dependency>
<version>1.0</version> <groupId>lcsb.mapviewer</groupId>
</dependency> <artifactId>commons</artifactId>
<version>1.0</version>
<dependency> </dependency>
<groupId>lcsb.mapviewer</groupId>
<artifactId>converter-CellDesigner</artifactId> <dependency>
<version>1.0</version> <groupId>lcsb.mapviewer</groupId>
</dependency> <artifactId>converter-CellDesigner</artifactId>
<version>1.0</version>
<dependency> </dependency>
<groupId>jp.sbi</groupId>
<artifactId>celldesigner</artifactId> <dependency>
<version>${celldesigner.version}</version> <groupId>jp.sbi</groupId>
</dependency> <artifactId>celldesigner</artifactId>
<version>${celldesigner.version}</version>
<dependency> </dependency>
<groupId>org.sbml</groupId>
<artifactId>libsbml</artifactId> <dependency>
<version>${libsbml.version}</version> <groupId>org.sbml</groupId>
</dependency> <artifactId>libsbml</artifactId>
<version>${libsbml.version}</version>
</dependencies> </dependency>
</dependencies>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment