Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
noemienicolas committed May 1, 2017
1 parent 203a780 commit 5880b67
Showing 1 changed file with 58 additions and 46 deletions.
104 changes: 58 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,55 +1,67 @@
<?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>
<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>nc.noumea.mairie</groupId>
<artifactId>archetype-pandoc</artifactId>
<version>1.00.01-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<groupId>nc.noumea.mairie</groupId>
<artifactId>archetype-pandoc</artifactId>
<version>1.00.01</version>
<packaging>maven-archetype</packaging>

<name>archetype-pandoc</name>
<name>archetype-pandoc</name>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.4</version>
</extension>
</extensions>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.4</version>
</extension>
</extensions>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<!-- Required so that .gitignore gets included in archetypes; see https://issues.apache.org/jira/browse/MRESOURCES-190 -->
<addDefaultExcludes>false</addDefaultExcludes>
</configuration>
</plugin>
</plugins>
</build>

<developers>
<developer>
<id>nicno85</id>
<name>Noémie NICOLAS</name>
<email>[email protected]</email>
<roles>
<role>Développeur</role>
</roles>
<timezone>+11</timezone>
</developer>
</developers>
<developers>
<developer>
<id>nicno85</id>
<name>Noémie NICOLAS</name>
<email>[email protected]</email>
<roles>
<role>Développeur</role>
</roles>
<timezone>+11</timezone>
</developer>
</developers>

<licenses>
<license>
<name>GNU General Public License (GPL) v3</name>
<url>http://www.gnu.org/copyleft/gpl.html</url>
</license>
</licenses>
<licenses>
<license>
<name>GNU General Public License (GPL) v3</name>
<url>http://www.gnu.org/copyleft/gpl.html</url>
</license>
</licenses>

<scm>
<connection>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</connection>
<developerConnection>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</developerConnection>
<url>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</url>
</scm>
<scm>
<connection>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</connection>
<developerConnection>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</developerConnection>
<url>https://github.com/DSI-Ville-Noumea/archetype-pandoc.git</url>
</scm>
</project>

0 comments on commit 5880b67

Please sign in to comment.