-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matthew Khouzam <[email protected]>
- Loading branch information
1 parent
56a391c
commit 5f19f3a
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |