Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
POM correction to comply with maven central requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
shashukla committed Aug 31, 2017
1 parent 084504f commit 62a4504
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 8 deletions.
26 changes: 24 additions & 2 deletions lightning-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,30 @@
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>com.ebay</groupId>
<artifactId>${applicationName}</artifactId>
<version>${applicationVersion}</version>
<artifactId>lightning-client</artifactId>
<version>0.9.0</version>
<name>lightning-client</name>
<description>Client module of lightning, a java based, distributed, super fast, asynchronous, URL execution engine. More information at https://ebay.github.io/lightning</description>
<url>https://ebay.github.io/lightning</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Shankar Shukla</name>
<email>shashukla@ebay.com</email>
<organization>eBay Inc.</organization>
<organizationUrl>http://www.ebay.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/eBay/lightning.git</connection>
<developerConnection>scm:git:ssh://github.com:eBay/lightning.git</developerConnection>
<url>https://github.com/eBay/lightning/tree/master/lightning-client</url>
</scm>
<properties>
<applicationName>lightning-client</applicationName>
<applicationVersion>0.9.0</applicationVersion>
Expand Down
32 changes: 26 additions & 6 deletions lightning-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
<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>
<artifactId>${applicationName}</artifactId>
<version>${applicationVersion}</version>
<artifactId>lightning-core</artifactId>
<version>0.9.0</version>
<name>lightning-core</name>
<description>Core module of lightning, a java based, distributed, super fast, asynchronous, URL execution engine. More information at https://ebay.github.io/lightning</description>
<url>https://ebay.github.io/lightning</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Shankar Shukla</name>
<email>shashukla@ebay.com</email>
<organization>eBay Inc.</organization>
<organizationUrl>http://www.ebay.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/eBay/lightning.git</connection>
<developerConnection>scm:git:ssh://github.com:eBay/lightning.git</developerConnection>
<url>https://github.com/eBay/lightning/tree/master/lightning-core</url>
</scm>
<properties>
<applicationName>lightning-core</applicationName>
<applicationVersion>0.9.0</applicationVersion>
Expand Down Expand Up @@ -173,10 +195,8 @@
</execution>
</executions>
</plugin>

<!--
Creating Assembly for Proxy Services
-->

<!-- Creating Assembly for Proxy Services -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<!-- For this plugin use this goal -> clean compile assembly:single -->
Expand Down

0 comments on commit 62a4504

Please sign in to comment.