Skip to content

Commit

Permalink
update pom to build jar
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Khouzam <[email protected]>
  • Loading branch information
MatthewKhouzam committed Feb 12, 2024
1 parent 56a391c commit 5f19f3a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<groupId>org.eclipse.tracecompass</groupId>
<artifactId>trace-event-logger</artifactId>
<version>0.0.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>trace-event-logger</name>
<!-- the project's website -->
<url>http://www.tracecompass.org</url>
<url>https://eclipse.dev/tracecompass</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -72,4 +72,13 @@
</plugins>
</pluginManagement>
</build>
<description>This logger is based on JUL to allow fast JSON traces to be written to disk. It is not lockless or nanosecond precise, but is fast and simple to use and configure.</description>
<scm>
<url>https://github.com/eclipse-tracecompass/trace-event-logger</url>
<connection>[email protected]:eclipse-tracecompass/trace-event-logger.git</connection>
</scm>
<issueManagement>
<url>https://github.com/eclipse-tracecompass/trace-event-logger/issues</url>
<system>GitHub Issues</system>
</issueManagement>
</project>

0 comments on commit 5f19f3a

Please sign in to comment.