[java-idp-jetty-base] 06/06: Untabify

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 4 10:37:11 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch 12
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=191942b6b01d08b3141d3c4f5144dc90d1aee789

commit 191942b6b01d08b3141d3c4f5144dc90d1aee789
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 3 15:41:37 2025 +0100

    Untabify
---
 pom.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f03ad6..9045bf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <name>Jetty Base Project</name>
     <description>
-	Project to contain a Jetty Base for the Shibboleth IdP
+        Project to contain a Jetty Base for the Shibboleth IdP
     </description>
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-jetty-base</artifactId>
@@ -29,8 +29,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
             </plugin>
-	    <!-- Copy files to the jetty base we will create -->
-	    <plugin>
+            <!-- Copy files to the jetty base we will create -->
+            <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
                     <execution>
@@ -40,7 +40,7 @@
                             <goal>copy-resources</goal>
                         </goals>
                         <configuration>
-			    <includeEmptyDirs>true</includeEmptyDirs>
+                            <includeEmptyDirs>true</includeEmptyDirs>
                             <outputDirectory>${assemblyDirectory}</outputDirectory>
                             <resources>
                                 <resource>
@@ -48,7 +48,7 @@
                                     <excludes>
                                         <exclude>**/.gitkeep</exclude>
                                     </excludes>
-				    <filtering>false</filtering>
+                                    <filtering>false</filtering>
                                 </resource>
                             </resources>
                         </configuration>
@@ -83,6 +83,4 @@
             </plugin>
         </plugins>
     </build>
-
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list