Remove site/ replaces by docs/ (#2803)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
23
pom.xml
23
pom.xml
@@ -81,7 +81,6 @@
|
||||
<!-- Maven Plugin versions - START -->
|
||||
<maven.enforcer.plugin.version>3.6.2</maven.enforcer.plugin.version>
|
||||
<flatten.maven.plugin.version>1.7.3</flatten.maven.plugin.version>
|
||||
<maven.site.plugin.version>3.21.0</maven.site.plugin.version>
|
||||
|
||||
<maven.surefire.plugin.version>3.5.4</maven.surefire.plugin.version>
|
||||
<jacoco.maven.plugin.version>0.8.14</jacoco.maven.plugin.version>
|
||||
@@ -475,16 +474,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>${maven.site.plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
<skipDeploy>true</skipDeploy>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
@@ -579,13 +568,10 @@
|
||||
<excludes>
|
||||
<exclude>docker/**</exclude>
|
||||
<exclude>licenses/LICENSE*</exclude>
|
||||
<exclude>**/*.sql</exclude>
|
||||
<exclude>docs/**</exclude>
|
||||
<exclude>/docs/rest-api/**</exclude>
|
||||
<exclude>/docs/images/**</exclude>
|
||||
<exclude>**/application-local.properties</exclude>
|
||||
<exclude>eclipse_codeformatter.xml</exclude>
|
||||
<exclude>intellij_codeformatter.xml</exclude>
|
||||
<exclude>**/*.sql</exclude>
|
||||
<!-- hawkbit-simple-ui - start-->
|
||||
<exclude>**/banner.txt</exclude>
|
||||
<exclude>**/robots.txt</exclude>
|
||||
@@ -596,11 +582,8 @@
|
||||
<exclude>**/vite.config.ts</exclude>
|
||||
<exclude>**/vite.generated.ts</exclude>
|
||||
<!-- hawkbit-simple-ui - end -->
|
||||
<!-- site - start -->
|
||||
<exclude>site/layouts/**</exclude>
|
||||
<exclude>site/static/**</exclude>
|
||||
<exclude>site/*.toml</exclude>
|
||||
<!-- site - end -->
|
||||
<!-- development files -->
|
||||
<exclude>**/application-local.properties</exclude>
|
||||
</excludes>
|
||||
</licenseSet>
|
||||
</licenseSets>
|
||||
|
||||
Reference in New Issue
Block a user