You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/11/14 10:39:57 UTC

[creadur-tentacles] branch master updated (f91c707 -> b3a9621)

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


    from f91c707  TENTACLES-16: Fix link to binary in downloadpage
     new 1dc7113  TENTACLES-16: Add link to release notes
     new b3a9621  TENTACLES-16: Remove unnec. dependency on fluido skin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml           | 23 ++++++++++++++++++-----
 src/site/site.xml |  6 +++---
 2 files changed, 21 insertions(+), 8 deletions(-)


[creadur-tentacles] 02/02: TENTACLES-16: Remove unnec. dependency on fluido skin

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git

commit b3a96216b5c23d7f3e1af7e754aec23f9fe1132c
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Nov 14 11:39:49 2022 +0100

    TENTACLES-16: Remove unnec. dependency on fluido skin
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71176b0..1c6daaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,11 +29,6 @@
   <name>Apache Tentacles</name>
   <description>Utility to download binaries from a remote repository and scan them for LICENSE and NOTICE files</description>
   <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.skins</groupId>
-      <artifactId>maven-fluido-skin</artifactId>
-      <version>1.11.1</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-plugin</artifactId>


[creadur-tentacles] 01/02: TENTACLES-16: Add link to release notes

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git

commit 1dc7113684da81ddf0a0f581039b8716c57ab291
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Nov 14 11:27:52 2022 +0100

    TENTACLES-16: Add link to release notes
---
 pom.xml           | 18 ++++++++++++++++++
 src/site/site.xml |  6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 34e04c3..71176b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,6 +192,24 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>pre-site</phase>
+            <id>copy-site-resources</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false"/>
+              </target>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
diff --git a/src/site/site.xml b/src/site/site.xml
index 4872430..7fd9d4d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -50,9 +50,9 @@
       <item name="Changes" href="/RELEASE_NOTES.txt"/>
     </menu>
 
-    <menu name="Running Tentacles" inherit="bottom">
-      <item name="tbd: From The Command Line" href="apache-rat/index.html"/>
-    </menu>
+    <!-- menu name="Running Tentacles" inherit="bottom">
+      <item name="tbd: Introduction" href="index.html"/>
+    </menu-->
 
     <menu name="Apache Creadur&#8482;" inherit="bottom">
       <item name='Creadur Project Home' href="https://creadur.apache.org"/>