Skip to content

Commit

Permalink
Merge pull request #36 from SAP/kazandzhiev/pom
Browse files Browse the repository at this point in the history
Adds a pom.xml for nexus upload
  • Loading branch information
Chariyski committed Nov 9, 2015
2 parents 2f7f98b + d40ded1 commit 013ec4e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<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>com.sap.ui5.inspector</groupId>
<artifactId>package</artifactId>
<version>0.9.1</version>
<packaging>pom</packaging>

<name>UI5 Inspector</name>
<description>With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.</description>
<url>https://chrome.google.com/webstore/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>chariyski</id>
<name>Krasimir Chariyski</name>
<email>[email protected]</email>
<organization>SAP</organization>
<organizationUrl>http://www.sap.com</organizationUrl>
</developer>
</developers>

<scm>
<connection>
scm:git:https://github.com/SAP/ui5-inspector.git
</connection>
<url>
https://github.com/SAP/ui5-inspector
</url>
</scm>
</project>

0 comments on commit 013ec4e

Please sign in to comment.