Skip to content

Commit 57fd53c

Browse files
committed
[emjar-demo] Add demonstration of different emjar alternatives
1 parent 041a5a4 commit 57fd53c

File tree

11 files changed

+1183
-1
lines changed

11 files changed

+1183
-1
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
*~
3+
target/

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ The list of components currently reads as follows:
1616
* [protoc-bundled-plugin](protoc-bundled-plugin) Batteries included Protobuf compiler plugin for Maven
1717
* [emjar](emjar) Class loader and supporting cast for using jar-in-jar embedded archives as part of classpath
1818
* [emjar-maven-plugin](emjar-maven-plugin) Generate EmJar-enabled bundle archives from Maven
19+
* [emjar-demo](emjar-demo) EmJar alternatives overview

Diff for: emjar-demo/.mvn/extensions.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>io.tesla.profile</groupId>
5+
<artifactId>tesla-profiler</artifactId>
6+
<version>0.0.3</version>
7+
</extension>
8+
</extensions>
9+

Diff for: emjar-demo/README.md

+369
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)