-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e7e081
commit b6e1bf3
Showing
55 changed files
with
18,398 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
|
||
|
||
<!-- | ||
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/README.md.vm at 2024-08-16 | ||
| Rendered using Apache Maven Fluido Skin 1.12.0 | ||
--> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> | ||
<title>Parent POM – Usage</title> | ||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.12.0.min.css" /> | ||
<link rel="stylesheet" href="./css/site.css" /> | ||
<link rel="stylesheet" href="./css/print.css" media="print" /> | ||
<script src="./js/apache-maven-fluido-1.12.0.min.js"></script> | ||
<style>.github-fork-ribbon:before { background-color: gray; }</style> | ||
</head> | ||
<body> | ||
<a class="github-fork-ribbon right-top" href="https://github.com/ebpro/maven-parentpom/" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a> | ||
<div class="container-fluid container-fluid-top"> | ||
<header> | ||
<div id="banner"> | ||
<div class="pull-left"><div id="bannerLeft"><h1>Parent POM</h1> | ||
</div> | ||
</div> | ||
<div class="pull-right"></div> | ||
<div class="clear"><hr/></div> | ||
</div> | ||
|
||
<div id="breadcrumbs"> | ||
<ul class="breadcrumb"> | ||
<li id="publishDate">Last Published: 2024-08-16<span class="divider">|</span> | ||
</li> | ||
<li id="projectVersion">Version: 0.1.18-SNAPSHOT</li> | ||
</ul> | ||
</div> | ||
</header> | ||
<div class="row-fluid"> | ||
<header id="leftColumn" class="span2"> | ||
<nav class="well sidebar-nav"> | ||
<ul class="nav nav-list"> | ||
<li class="nav-header">Overview</li> | ||
<li class="active"><a><span class="none"></span>Readme</a></li> | ||
<li class="nav-header">Project Documentation</li> | ||
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> | ||
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li> | ||
</ul> | ||
</nav> | ||
<div class="well sidebar-nav"> | ||
<form id="search-form" action="https://www.google.com/search" method="get" > | ||
<input value="https://ebpro.github.io/maven-parentpom/" name="sitesearch" type="hidden"/> | ||
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." /> | ||
</form> | ||
<div id="poweredBy"> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> | ||
</div> | ||
</div> | ||
</header> | ||
<main id="bodyColumn" class="span10" > | ||
<h1>Usage</h1> | ||
<p>Add the parent coordinates to your <i>pom.xml</i></p> | ||
|
||
<div class="source"><pre class="prettyprint linenums"><code class="language-xml"><parent> | ||
<groupId>fr.ebruno.maven.poms</groupId> | ||
<artifactId>maven-parentpom</artifactId> | ||
<version>0.1.18-SNAPSHOT</version> | ||
</parent> | ||
</code></pre></div> | ||
|
||
<div class="source"><pre class="prettyprint linenums"><code class="language-console"># Generate the Web site | ||
mvn site | ||
# Generate the Web site and deploy it to the github branch gh-pages | ||
mvn site-deploy | ||
</code></pre></div> | ||
|
||
<div class="source"><pre class="prettyprint linenums"><code class="language-console"># Update the licence headers of the source files | ||
mvn license:update-file-header | ||
</code></pre></div> | ||
</main> | ||
</div> | ||
</div> | ||
<hr/> | ||
<footer> | ||
<div class="container-fluid"> | ||
<div class="row-fluid"> | ||
<p>© 2020–2024 | ||
<a href="https://www.univ-tln.fr">Université de Toulon</a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script> | ||
if(anchors) { | ||
anchors.add(); | ||
} | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!DOCTYPE html> | ||
|
||
|
||
<!-- | ||
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.6.2:ci-management at 2024-08-16 | ||
| Rendered using Apache Maven Fluido Skin 1.12.0 | ||
--> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> | ||
<title>Parent POM – CI Management</title> | ||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.12.0.min.css" /> | ||
<link rel="stylesheet" href="./css/site.css" /> | ||
<link rel="stylesheet" href="./css/print.css" media="print" /> | ||
<script src="./js/apache-maven-fluido-1.12.0.min.js"></script> | ||
<style>.github-fork-ribbon:before { background-color: gray; }</style> | ||
</head> | ||
<body> | ||
<a class="github-fork-ribbon right-top" href="https://github.com/ebpro/maven-parentpom/" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a> | ||
<div class="container-fluid container-fluid-top"> | ||
<header> | ||
<div id="banner"> | ||
<div class="pull-left"><div id="bannerLeft"><h1>Parent POM</h1> | ||
</div> | ||
</div> | ||
<div class="pull-right"></div> | ||
<div class="clear"><hr/></div> | ||
</div> | ||
|
||
<div id="breadcrumbs"> | ||
<ul class="breadcrumb"> | ||
<li id="publishDate">Last Published: 2024-08-16<span class="divider">|</span> | ||
</li> | ||
<li id="projectVersion">Version: 0.1.18-SNAPSHOT</li> | ||
</ul> | ||
</div> | ||
</header> | ||
<div class="row-fluid"> | ||
<header id="leftColumn" class="span2"> | ||
<nav class="well sidebar-nav"> | ||
<ul class="nav nav-list"> | ||
<li class="nav-header">Overview</li> | ||
<li><a href="README.html" title="Readme"><span class="none"></span>Readme</a></li> | ||
<li class="nav-header">Project Documentation</li> | ||
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a> | ||
<ul class="nav nav-list"> | ||
<li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li> | ||
<li><a href="dependency-info.html" title="Maven Coordinates"><span class="none"></span>Maven Coordinates</a></li> | ||
<li><a href="team.html" title="Team"><span class="none"></span>Team</a></li> | ||
<li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li> | ||
<li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li> | ||
<li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li> | ||
<li class="active"><a><span class="none"></span>CI Management</a></li> | ||
<li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li> | ||
<li><a href="index.html" title="About"><span class="none"></span>About</a></li> | ||
<li><a href="licenses.html" title="Licenses"><span class="none"></span>Licenses</a></li> | ||
<li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li> | ||
<li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li> | ||
</ul></li> | ||
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li> | ||
</ul> | ||
</nav> | ||
<div class="well sidebar-nav"> | ||
<form id="search-form" action="https://www.google.com/search" method="get" > | ||
<input value="https://ebpro.github.io/maven-parentpom/" name="sitesearch" type="hidden"/> | ||
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." /> | ||
</form> | ||
<div id="poweredBy"> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> | ||
</div> | ||
</div> | ||
</header> | ||
<main id="bodyColumn" class="span10" > | ||
<section> | ||
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> | ||
<p>This project uses <a class="externalLink" href="https://github.com/features/actions/">GitHub Actions</a>.</p></section><section> | ||
<h2><a name="Access"></a>Access</h2><a name="Access"></a> | ||
<p>The following is a link to the continuous integration system used by the project:</p> | ||
<div> | ||
<pre><a class="externalLink" href="https://github.com/ebpro/maven-parentpom/actions">https://github.com/ebpro/maven-parentpom/actions</a></pre></div></section><section> | ||
<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a> | ||
<p>No notifiers are defined. Please check back at a later date.</p></section> | ||
</main> | ||
</div> | ||
</div> | ||
<hr/> | ||
<footer> | ||
<div class="container-fluid"> | ||
<div class="row-fluid"> | ||
<p>© 2020–2024 | ||
<a href="https://www.univ-tln.fr">Université de Toulon</a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script> | ||
if(anchors) { | ||
anchors.add(); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
#banner, | ||
#footer, | ||
#leftcol, | ||
#breadcrumbs, | ||
.docs #toc, | ||
.docs .courtesylinks, | ||
#leftColumn, | ||
#navColumn { | ||
display: none !important; | ||
} | ||
|
||
#bodyColumn, | ||
body.docs div.docs { | ||
margin: 0 !important; | ||
border: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* You can override this file with your own styles */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!DOCTYPE html> | ||
|
||
|
||
<!-- | ||
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.6.2:dependency-info at 2024-08-16 | ||
| Rendered using Apache Maven Fluido Skin 1.12.0 | ||
--> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> | ||
<title>Parent POM – Maven Coordinates</title> | ||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.12.0.min.css" /> | ||
<link rel="stylesheet" href="./css/site.css" /> | ||
<link rel="stylesheet" href="./css/print.css" media="print" /> | ||
<script src="./js/apache-maven-fluido-1.12.0.min.js"></script> | ||
<style>.github-fork-ribbon:before { background-color: gray; }</style> | ||
</head> | ||
<body> | ||
<a class="github-fork-ribbon right-top" href="https://github.com/ebpro/maven-parentpom/" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a> | ||
<div class="container-fluid container-fluid-top"> | ||
<header> | ||
<div id="banner"> | ||
<div class="pull-left"><div id="bannerLeft"><h1>Parent POM</h1> | ||
</div> | ||
</div> | ||
<div class="pull-right"></div> | ||
<div class="clear"><hr/></div> | ||
</div> | ||
|
||
<div id="breadcrumbs"> | ||
<ul class="breadcrumb"> | ||
<li id="publishDate">Last Published: 2024-08-16<span class="divider">|</span> | ||
</li> | ||
<li id="projectVersion">Version: 0.1.18-SNAPSHOT</li> | ||
</ul> | ||
</div> | ||
</header> | ||
<div class="row-fluid"> | ||
<header id="leftColumn" class="span2"> | ||
<nav class="well sidebar-nav"> | ||
<ul class="nav nav-list"> | ||
<li class="nav-header">Overview</li> | ||
<li><a href="README.html" title="Readme"><span class="none"></span>Readme</a></li> | ||
<li class="nav-header">Project Documentation</li> | ||
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a> | ||
<ul class="nav nav-list"> | ||
<li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li> | ||
<li class="active"><a><span class="none"></span>Maven Coordinates</a></li> | ||
<li><a href="team.html" title="Team"><span class="none"></span>Team</a></li> | ||
<li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li> | ||
<li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li> | ||
<li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li> | ||
<li><a href="ci-management.html" title="CI Management"><span class="none"></span>CI Management</a></li> | ||
<li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li> | ||
<li><a href="index.html" title="About"><span class="none"></span>About</a></li> | ||
<li><a href="licenses.html" title="Licenses"><span class="none"></span>Licenses</a></li> | ||
<li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li> | ||
<li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li> | ||
</ul></li> | ||
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li> | ||
</ul> | ||
</nav> | ||
<div class="well sidebar-nav"> | ||
<form id="search-form" action="https://www.google.com/search" method="get" > | ||
<input value="https://ebpro.github.io/maven-parentpom/" name="sitesearch" type="hidden"/> | ||
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." /> | ||
</form> | ||
<div id="poweredBy"> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<div class="clear"></div> | ||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> | ||
</div> | ||
</div> | ||
</header> | ||
<main id="bodyColumn" class="span10" > | ||
<section> | ||
<h2><a name="Maven_Coordinates"></a>Maven Coordinates</h2><a name="Maven_Coordinates"></a><section> | ||
<h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a> | ||
<div> | ||
<pre><dependency> | ||
<groupId>fr.ebruno.maven.poms</groupId> | ||
<artifactId>maven-parentpom</artifactId> | ||
<version>0.1.18-SNAPSHOT</version> | ||
<type>pom</type> | ||
</dependency></pre></div></section><section> | ||
<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> | ||
<div> | ||
<pre><dependency org="fr.ebruno.maven.poms" name="maven-parentpom" rev="0.1.18-SNAPSHOT"> | ||
<artifact name="maven-parentpom" type="pom" /> | ||
</dependency></pre></div></section><section> | ||
<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> | ||
<div> | ||
<pre>@Grapes( | ||
@Grab(group='fr.ebruno.maven.poms', module='maven-parentpom', version='0.1.18-SNAPSHOT') | ||
)</pre></div></section><section> | ||
<h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a> | ||
<div> | ||
<pre>implementation 'fr.ebruno.maven.poms:maven-parentpom:0.1.18-SNAPSHOT'</pre></div></section><section> | ||
<h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> | ||
<div> | ||
<pre>libraryDependencies += "fr.ebruno.maven.poms" % "maven-parentpom" % "0.1.18-SNAPSHOT"</pre></div></section><section> | ||
<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> | ||
<div> | ||
<pre>[fr.ebruno.maven.poms/maven-parentpom "0.1.18-SNAPSHOT"]</pre></div></section></section> | ||
</main> | ||
</div> | ||
</div> | ||
<hr/> | ||
<footer> | ||
<div class="container-fluid"> | ||
<div class="row-fluid"> | ||
<p>© 2020–2024 | ||
<a href="https://www.univ-tln.fr">Université de Toulon</a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script> | ||
if(anchors) { | ||
anchors.add(); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.