Skip to content

Commit

Permalink
Added mvn file to generate webjars artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rsDevelopment committed Aug 10, 2021
1 parent 74a2b12 commit b0a108a
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<packaging>jar</packaging>
<groupId>openexchangerates.org</groupId>
<artifactId>accounting.js</artifactId>
<version>0.4.1</version>
<name>accounting.js</name>
<description>WebJar for accounting.js</description>
<url>https://www.webjars.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<url>https://github.com/openexchangerates/accounting.js</url>
<connection>https://github.com/openexchangerates/accounting.js.git</connection>
<developerConnection>https://github.com/openexchangerates/accounting.js.git</developerConnection>
<tag>v0.4.1</tag>
</scm>

<developers>
<developer>
<id>webjars</id>
<url>https://www.webjars.org</url>
</developer>
</developers>

<licenses>

<license>

<name>MIT</name>


<url>https://github.com/openexchangerates/accounting.js/blob/master/license</url>

<distribution>repo</distribution>
</license>

</licenses>


<issueManagement>
<url>https://github.com/openexchangerates/accounting.js/issues</url>
</issueManagement>


<dependencies>


</dependencies>

</project>

0 comments on commit b0a108a

Please sign in to comment.