We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0718a commit 641d0cfCopy full SHA for 641d0cf
pom.xml
@@ -10,6 +10,24 @@
10
11
<name>tinystruct-archetype</name>
12
<description>Maven archetype for tinystruct applications</description>
13
+ <url>https://tinystruct.org</url>
14
+ <licenses>
15
+ <license>
16
+ <name>Apache 2.0</name>
17
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
18
+ </license>
19
+ </licenses>
20
+ <scm>
21
+ <url>https://github.com/tinystruct/tinystruct</url>
22
+ </scm>
23
+ <developers>
24
+ <developer>
25
+ <name>James Zhou</name>
26
+ <email>[email protected]</email>
27
+ <organizationUrl>https://tinystruct.org</organizationUrl>
28
+ </developer>
29
+ </developers>
30
+
31
<properties>
32
<!-- Always compile and filter using UTF-8 -->
33
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments