Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Paulet
Orekit
Commits
5da7febc
Commit
5da7febc
authored
May 26, 2018
by
Luc Maisonobe
Browse files
Added maven-source-plugin.
parent
b7748340
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
5da7febc
...
...
@@ -37,6 +37,7 @@
<orekit.maven-project-info-reports-plugin.version>
2.9
</orekit.maven-project-info-reports-plugin.version>
<orekit.maven-resources-plugin.version>
3.0.2
</orekit.maven-resources-plugin.version>
<orekit.maven-site-plugin.version>
3.6
</orekit.maven-site-plugin.version>
<orekit.maven-source-plugin.version>
3.0.1
</orekit.maven-source-plugin.version>
<orekit.maven-surefire-plugin.version>
2.20
</orekit.maven-surefire-plugin.version>
<orekit.maven-surefire-report-plugin.version>
2.20
</orekit.maven-surefire-report-plugin.version>
<orekit.jgit.buildnumber.version>
1.2.10
</orekit.jgit.buildnumber.version>
...
...
@@ -725,6 +726,19 @@
<id>
release
</id>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
${orekit.maven-source-plugin.version}
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar-no-fork
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment