aboutsummaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorTeddy Wing2023-04-23 16:11:14 +0200
committerTeddy Wing2023-04-23 16:11:14 +0200
commit99b8daaad15477fc6ea3e893edc3840751208ab4 (patch)
treece6430ab17c4db9a0e09fc4200f7f8bf7b447221 /src/site
parent448321902c1db9360e2d4c6c6edc1f0b1b087095 (diff)
downloadpdf-form-replace-font2-99b8daaad15477fc6ea3e893edc3840751208ab4.tar.bz2
Generate a Maven project structure
I followed the Maven Getting Started (https://maven.apache.org/guides/getting-started/index.html) guide to set up a project structure so I could use it to manage dependencies. I picked the 'maven-archetype-simple' archetype (https://maven.apache.org/archetypes/maven-archetype-simple/). This code was generated with the following command and interactive prompts: $ mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-simple -DarchetypeVersion=1.4 Define value for property 'groupId': com.teddywing.pdf-form-replace-font2 Define value for property 'artifactId': pdf-form-replace-font2 Define value for property 'version' 1.0-SNAPSHOT: : 0.0.1-SNAPSHOT Define value for property 'package' com.teddywing.pdf-form-replace-font2: : Confirm properties configuration: groupId: com.teddywing.pdf-form-replace-font2 artifactId: pdf-form-replace-font2 version: 0.0.1-SNAPSHOT package: com.teddywing.pdf-form-replace-font2 Y: :
Diffstat (limited to 'src/site')
-rw-r--r--src/site/site.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..abe9f05
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="pdf-form-replace-font2" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+ <bannerLeft>
+ <name>pdf-form-replace-font2</name>
+ <src>https://maven.apache.org/images/apache-maven-project.png</src>
+ <href>https://www.apache.org/</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
+ <href>https://maven.apache.org/</href>
+ </bannerRight>
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.7</version>
+ </skin>
+
+ <body>
+ <menu ref="parent" />
+ <menu ref="reports" />
+ </body>
+</project> \ No newline at end of file