-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (47 loc) · 2.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>EasyPack Maven Plugin</title>
<meta name="description" content="EasyPack Maven Plugin is a Maven plugin for distributing Java applications in tar, zip and tar.gz">
<meta name="keywords" content="Maven,TAR,ZIP">
<link rel="stylesheet" type="text/css" href="resources/style.css">
</head>
<body>
<header>
<div class="header">
<a href="https://github.com/easypack/easypack-maven-plugin/wiki"> Wiki </a>
</div>
</header>
<section class="intro">
<h1>EasyPack Maven Plugin</h1>
<h2>Java applications in tar, zip and tar.gz</h2>
</section>
<div class="packagins">
<div class="example-packaging">
<div class="table-cell" >
<span class="xml-tag"><groupId></span>com.company<span class="xml-tag"></groupId></span>
<span class="xml-tag"><artifactId></span>myapp<span class="xml-tag"></artifactId></span>
<span class="xml-tag"><version></span>1.0-SNAPSHOT<span class="xml-tag"></version></span>
<span class="xml-tag"><packaging></span> <strong>jtar</strong> <span class="xml-tag"></packaging></span>
</div>
</div>
<div class="example-packaging">
<div class="table-cell" >
<span class="xml-tag"><groupId></span>com.company<span class="xml-tag"></groupId></span>
<span class="xml-tag"><artifactId></span>myapp<span class="xml-tag"></artifactId></span>
<span class="xml-tag"><version></span>1.0-SNAPSHOT<span class="xml-tag"></version></span>
<span class="xml-tag"><packaging></span> <strong>jzip</strong> <span class="xml-tag"></packaging></span>
</div>
</div>
<div class="example-packaging">
<div class="table-cell" >
<span class="xml-tag"><groupId></span>com.company<span class="xml-tag"></groupId></span>
<span class="xml-tag"><artifactId></span>myapp<span class="xml-tag"></artifactId></span>
<span class="xml-tag"><version></span>1.0-SNAPSHOT<span class="xml-tag"></version></span>
<span class="xml-tag"><packaging></span> <strong>jtargz</strong> <span class="xml-tag"></packaging></span>
</div>
</div>
</div>
</body>
</html>