Newer
Older
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.orekit</groupId>
<version>6.0-SNAPSHOT</version>
<url>http://www.orekit.org/</url>
<inceptionYear>2002</inceptionYear>
<description>
OREKIT (ORbits Extrapolation KIT) is a low level space dynamics library.
It provides basic elements (orbits, dates, attitude, frames ...) and
various algorithms to handle them (conversions, analytical and numerical
propagation, pointing ...).
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<name>Luc Maisonobe</name>
<id>luc</id>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Thierry Ceolin</name>
<id>thierry</id>
<roles>
<role>developer</role>
</roles>
</developer>
<name>Romain Di Costanzo</name>
<id>romain</id>
<roles>
<role>developer</role>
</roles>
<name>Fabien Maussion</name>
<roles>
<role>developer</role>
</roles>
Pascal Parraud
committed
</developer>
<developer>
<name>Pascal Parraud</name>
<id>pascal</id>
<roles>
<role>developer</role>
</roles>
<name>Véronique Pommier-Maurussane</name>
<roles>
<role>developer</role>
</roles>
<name>Guylaine Prat</name>
<id>guylaine</id>
<roles>
<role>developer</role>
</roles>
<developer>
<name>Aude Privat</name>
<id>aude</id>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Bruno Revelin</name>
<id>bruno</id>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Thomas Neidhart</name>
<id>thomas</id>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Evan Ward</name>
<id>evan</id>
<roles>
<role>developer</role>
</roles>
</developer>
<name>Espen Bjørntvedt</name>
</contributor>
<contributor>
<name>Francesco Coccoluto</name>
<contributor>
<name>Édouard Delente</name>
</contributor>
<contributor>
<name>James Housden</name>
</contributor>
<contributor>
<name>François-Xavier Laffont</name>
</contributor>
<contributor>
<name>Christine Fernandez-Martin</name>
</contributor>
<contributor>
<name>Silvia Ríos Bergantiños</name>
</contributor>
<contributor>
<name>Francesco Rocca</name>
</contributor>
<contributor>
<name>Mathieu Roméro</name>
</contributor>
<contributor>
<name>Michael Turner</name>
</contributor>
<name>CS Systèmes d'Information</name>
<url>http://www.c-s.fr/</url>
</organization>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:http://www.orekit.org/git/orekit</connection>
<developerConnection>scm:git:ssh://git@www.orekit.org/orekit.git</developerConnection>
<url>https://www.orekit.org/forge/projects/orekit/repository</url>
</scm>
<issueManagement>
<system>ChiliProject</system>
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<url>https://www.orekit.org/forge/projects/orekit/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Orekit announces mailing list</name>
<subscribe>https://www.orekit.org/wws/subscribe/orekit-announces</subscribe>
<unsubscribe>https://www.orekit.org/wws/signoff/orekit-announces</unsubscribe>
<archive>https://www.orekit.org/wws/arc/orekit-announces</archive>
</mailingList>
<mailingList>
<name>Orekit users mailing list</name>
<subscribe>https://www.orekit.org/wws/subscribe/orekit-users</subscribe>
<unsubscribe>https://www.orekit.org/wws/signoff/orekit-users</unsubscribe>
<post>orekit-users@orekit.org</post>
<archive>https://www.orekit.org/wws/arc/orekit-users</archive>
</mailingList>
<mailingList>
<name>Orekit developers mailing list</name>
<subscribe>https://www.orekit.org/wws/subscribe/orekit-developers</subscribe>
<unsubscribe>https://www.orekit.org/wws/signoff/orekit-developers</unsubscribe>
<post>orekit-developers@orekit.org</post>
<archive>https://www.orekit.org/wws/arc/orekit-developers</archive>
</mailingList>
</mailingLists>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<type>jar</type>
<scope>test</scope>
<optional>false</optional>
</dependency>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<compilerArgument>-Xlint:deprecation</compilerArgument>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<descriptor>src/main/assembly/source-assembly.xml</descriptor>
<descriptor>src/main/assembly/binary-assembly.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>org.orekit.*;version=${project.version};-noimport:=true</Export-Package>
<Bundle-DocURL>${project.url}</Bundle-DocURL>
</instructions>
</configuration>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.2.201302030002</version>
<executions>
<execution>
<id>prepare-agent</id>
<phase>process-test-classes</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>site</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>check</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<check>
<classRatio>100</classRatio>
<instructionRatio>90</instructionRatio>
<methodRatio>95</methodRatio>
<branchRatio>85</branchRatio>
<complexityRatio>85</complexityRatio>
<lineRatio>90</lineRatio>
</check>
<haltOnFailure>false</haltOnFailure>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.jeluard</groupId>
<artifactId>maven-plantuml-plugin</artifactId>
<version>7940</version>
<configuration>
<sourceFiles>
<directory>${basedir}</directory>
<includes>
<include>
src/design/**/*.puml
</include>
</includes>
</sourceFiles>
<outputDirectory>
${basedir}/target/site/images/design
</outputDirectory>
</configuration>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>7955</version>
</dependency>
</dependencies>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>

Luc Maisonobe
committed
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<headerLocation>${basedir}/license-header.txt</headerLocation>
<reportSets>
<reportSet>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.8</version>
<configuration>
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
<linkJavadoc>false</linkJavadoc>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<overview>${basedir}/src/main/java/org/orekit/overview.html</overview>
<link>http://docs.oracle.com/javase/1.5.0/docs/api/</link>
<link>http://commons.apache.org/math/api-3.1.1/</link>
<reportSets>
<reportSet>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>create-source-jar</id>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>