FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sample-java-project-pom.xml/pom.xml at master · charith9988/sample-java-project-pom.xml · GitHub
charith9988
/
sample-java-project-pom.xml
Public
forked from
Divya99990/sample-java-project-pom.xml
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sample-java-project-pom.xml
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (31 loc) · 808 Bytes
Breadcrumbs
sample-java-project-pom.xml
/
pom.xml
Copy path
File metadata and controls
35 lines (31 loc) · 808 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<
project
>
<
modelVersion
>4.0.0</
modelVersion
>
<
groupId
>@groupId@</
groupId
>
<
artifactId
>@artifactId@</
artifactId
>
<
version
>@version@</
version
>
<
packaging
>jar</
packaging
>
<
name
>@ant.project.name@</
name
>
<
description
>@description@</
description
>
<
url
>@project.url@</
url
>
<
licenses
>
<
license
>
<
name
>The Unlicense</
name
>
<
url
>http://unlicense.org/UNLICENSE</
url
>
<
distribution
>repo</
distribution
>
</
license
>
</
licenses
>
<
scm
>
<
connection
>
scm:git:@project.repo.url@
</
connection
>
<
url
>@project.scm.url@</
url
>
</
scm
>
<
developers
>
<
developer
>
<
name
>Christopher Wellons</
name
>
<
email
>mosquitopsu@gmail.com</
email
>
<
url
>http://nullprogram.com</
url
>
<
timezone
>-5</
timezone
>
</
developer
>
</
developers
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL