Skip to content

Commit

Permalink
General update
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed May 20, 2024
1 parent 6bd0333 commit 7383b46
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Fonte template redazione documento: https://www.makeareadme.com/.

# Descrizione

Il seguente progetto è utilizzato come **dipendenza** interna per ... TODO
Il seguente progetto è utilizzato come **dipendenza** interna di PING (PreINGest) al fine di introdurre un livello di "astrazione" legato all'implementazione delle suite di test al suo interno.

# Installazione

Expand All @@ -22,7 +22,7 @@ Come già specificato nel paragrafo precedente [Descrizione](# Descrizione) si t

# Utilizzo

TODO
Come già specificato nella descrizione, attraverso questa libreria sono state definite un set di entità utilizzate come classi "utility" nella reealizzazione di test di unità all'interno del progetto PING (PreINGest), per ulterio dettagli e specifihe consultare i relativi Javadoc generati dal plugin [maven-javadoc-plugin](https://maven.apache.org/plugins/maven-javadoc-plugin/).

# Supporto

Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.encoding>UTF-8</project.encoding>
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
</properties>

<dependencyManagement>
Expand Down
Binary file added src/site/resources/images/parer_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->

<project 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"
name="${this.name}" combine.self="override">

<bannerLeft>
<name>${this.name}</name>
<src>images/parer_logo.png</src>
<href>${this.url}</href>
</bannerLeft>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>

<body>
<breadcrumbs>
<item name="Ref" href="../${this.version}/" />
</breadcrumbs>

<!--punta ai file generati dalla CI in automatico -->
<menu name="What's new" inherit="top">
<item name="Release notes" href="RELEASE-NOTES.html"></item>
<item name="Changelog" href="CHANGELOG.html"></item>
</menu>

<menu ref="modules" inherit="top" />
<menu ref="reports" inherit="top" />
</body>
</project>

0 comments on commit 7383b46

Please sign in to comment.