Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XChart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brady James Garvin
XChart
Commits
714accf4
Commit
714accf4
authored
12 years ago
by
Tim Molter
Browse files
Options
Downloads
Patches
Plain Diff
update pom for sonatype OSS distribution
parent
b6327806
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+49
-37
49 additions, 37 deletions
pom.xml
with
49 additions
and
37 deletions
pom.xml
+
49
−
37
View file @
714accf4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<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"
>
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>
<modelVersion>
4.0.0
</modelVersion>
<name>
XChart
</name>
<name>
XChart
</name>
...
@@ -20,14 +21,11 @@
...
@@ -20,14 +21,11 @@
<developer>
<developer>
<name>
Tim Molter
</name>
<name>
Tim Molter
</name>
</developer>
</developer>
<developer>
<name>
Alex Nugent
</name>
</developer>
</developers>
</developers>
<licenses>
<licenses>
<license>
<license>
<name>
Apache
2
</name>
<name>
The
Apache
Software License, Version 2.0
</name>
<url>
http://www.apache.org/licenses/LICENSE-2.0
</url>
<url>
http://www.apache.org/licenses/LICENSE-2.0
.txt
</url>
<distribution>
repo
</distribution>
<distribution>
repo
</distribution>
<comments>
A business-friendly OSS license
</comments>
<comments>
A business-friendly OSS license
</comments>
</license>
</license>
...
@@ -37,51 +35,22 @@
...
@@ -37,51 +35,22 @@
<url>
https://github.com/timmolter/XChart/issues
</url>
<url>
https://github.com/timmolter/XChart/issues
</url>
</issueManagement>
</issueManagement>
<scm>
<scm>
<connection>
scm:git:git@github.com:timmolter/XChart.git
</connection>
<developerConnection>
scm:git:git@github.com:timmolter/XChart.git
</developerConnection>
<url>
https://github.com/timmolter/XChart
</url>
<url>
https://github.com/timmolter/XChart
</url>
</scm>
</scm>
<ciManagement>
<ciManagement>
<url>
http://ci.xeiam.com/
</url>
<url>
http://ci.xeiam.com/
</url>
</ciManagement>
</ciManagement>
<distributionManagement>
<snapshotRepository>
<id>
xeiam_oss.snapshots
</id>
<name>
Nexus Snapshots Repo
</name>
<url>
http://nexus.xeiam.com/content/repositories/snapshots/
</url>
</snapshotRepository>
<repository>
<id>
xeiam_oss.releases
</id>
<name>
Nexus Release Repo
</name>
<url>
http://nexus.xeiam.com/content/repositories/releases/
</url>
</repository>
</distributionManagement>
<dependencies>
<dependencies>
<!-- only needed if using XCharts as part of a webapp -->
<dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
3.0.1
</version>
<version>
3.0.1
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<!-- test -->
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<version>
1.3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<!-- dep leaves out hamcrest classes -->
<artifactId>
junit-dep
</artifactId>
<version>
4.10
</version>
<scope>
test
</scope>
<exclusions>
<exclusion>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-core
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
@@ -132,4 +101,47 @@
...
@@ -132,4 +101,47 @@
</plugins>
</plugins>
</build>
</build>
<distributionManagement>
<snapshotRepository>
<id>
xeiam_oss.sonatype-nexus-snapshots
</id>
<name>
Sonatype Nexus Snapshots
</name>
<url>
http://oss.sonatype.org/content/repositories/snapshots
</url>
</snapshotRepository>
<repository>
<id>
xeiam_oss.sonatype-nexus-staging
</id>
<name>
Nexus Release Repository
</name>
<url>
http://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
<downloadUrl>
https://oss.sonatype.org/content/groups/public/com/xeiam/xchart
</downloadUrl>
</distributionManagement>
<profiles>
<profile>
<id>
release-sign-artifacts
</id>
<activation>
<property>
<name>
performRelease
</name>
<value>
true
</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<version>
1.4
</version>
<executions>
<execution>
<id>
sign-artifacts
</id>
<phase>
verify
</phase>
<goals>
<goal>
sign
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment