[java-oidc-common] 01/02: untabify

Rod Widdowson rdw at steadingsoftware.com
Tue Sep 28 16:46:02 UTC 2021


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

rdw pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=f5c9684921d863981a4cda069d8aa5c44825bbfe

commit f5c9684921d863981a4cda069d8aa5c44825bbfe
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 25 13:36:58 2021 +0100

    untabify
---
 oidc-common-dist/pom.xml | 132 +++++++++++++++++++++++------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index a375da4..fc6e085 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -1,73 +1,73 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>net.shibboleth.oidc</groupId>
-		<artifactId>oidc-common-parent</artifactId>
-		<version>1.1.1-SNAPSHOT</version>
-	</parent>
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>net.shibboleth.oidc</groupId>
+        <artifactId>oidc-common-parent</artifactId>
+        <version>1.1.1-SNAPSHOT</version>
+    </parent>
 
-	<artifactId>oidc-common-dist</artifactId>
-	<name>Shibboleth IdP :: Plugins :: OIDC Common :: Distribution</name>
-	<description>Distributiuon of the common OIDC plugin.</description>
-	<packaging>pom</packaging>
+    <artifactId>oidc-common-dist</artifactId>
+    <name>Shibboleth IdP :: Plugins :: OIDC Common :: Distribution</name>
+    <description>Distributiuon of the common OIDC plugin.</description>
+    <packaging>pom</packaging>
 
-	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-		<dist.finalName>shibboleth-idp-plugin-oidc-common-${project.version}</dist.finalName>
-		<dist.assemblyDirectory>${project.build.directory}/${dist.finalName}</dist.assemblyDirectory>
-	</properties>
+    <properties>
+        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <dist.finalName>shibboleth-idp-plugin-oidc-common-${project.version}</dist.finalName>
+        <dist.assemblyDirectory>${project.build.directory}/${dist.finalName}</dist.assemblyDirectory>
+    </properties>
 
-	<build>
-		<plugins>
-			<!-- Copy src/main/resources to assembly directory. -->
-			<plugin>
-				<artifactId>maven-resources-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy-resources</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>copy-resources</goal>
-						</goals>
-						<configuration>
-							<includeEmptyDirs>true</includeEmptyDirs>
-							<outputDirectory>${dist.assemblyDirectory}</outputDirectory>
-							<resources>
-								<resource>
-									<directory>${basedir}/src/main/resources</directory>
-								</resource>
-							</resources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<!-- Assemble -->
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>make-assembly</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<appendAssemblyId>false</appendAssemblyId>
-					<descriptors>
-						<descriptor>src/main/assembly/plugin-assembly-tgz.xml</descriptor>
-						<descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
-					</descriptors>
-					<finalName>${dist.finalName}</finalName>
-					<tarLongFileMode>gnu</tarLongFileMode>
-				</configuration>
-			</plugin>
-		</plugins>
+    <build>
+        <plugins>
+            <!-- Copy src/main/resources to assembly directory. -->
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <includeEmptyDirs>true</includeEmptyDirs>
+                            <outputDirectory>${dist.assemblyDirectory}</outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>${basedir}/src/main/resources</directory>
+                                </resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <!-- Assemble -->
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>make-assembly</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <appendAssemblyId>false</appendAssemblyId>
+                    <descriptors>
+                        <descriptor>src/main/assembly/plugin-assembly-tgz.xml</descriptor>
+                        <descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
+                    </descriptors>
+                    <finalName>${dist.finalName}</finalName>
+                    <tarLongFileMode>gnu</tarLongFileMode>
+                </configuration>
+            </plugin>
+        </plugins>
 
-	</build>
+    </build>
 
 
-</project>
\ No newline at end of file
+</project>

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


More information about the commits mailing list