[java-idp-plugin-metadatagen] 05/05: Tabs and indentation

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 28 15:50:10 UTC 2022


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

rdw pushed a commit to branch main
in repository java-idp-plugin-metadatagen.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=1daa8b648532e47041f0f008fbbc7eab9a023ceb

commit 1daa8b648532e47041f0f008fbbc7eab9a023ceb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 28 15:49:59 2022 +0000

    Tabs and indentation
---
 metadatagen-api/pom.xml | 102 ++++++++++++++++++++++++------------------------
 1 file changed, 50 insertions(+), 52 deletions(-)

diff --git a/metadatagen-api/pom.xml b/metadatagen-api/pom.xml
index 57682d4..765909b 100644
--- a/metadatagen-api/pom.xml
+++ b/metadatagen-api/pom.xml
@@ -1,59 +1,57 @@
 <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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
-		<artifactId>idp-plugin-metadatagen-parent</artifactId>
-		<version>1.0.1-SNAPSHOT</version>
-	</parent>
+    <parent>
+        <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
+        <artifactId>idp-plugin-metadatagen-parent</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+    </parent>
 
-	<artifactId>idp-plugin-metadatagen-api</artifactId>
-	<packaging>jar</packaging>
-	<name>Shibboleth IdP :: Plugins :: metadatagen API</name>
-	<description>IdP metadatagen plugin API.</description>
+    <artifactId>idp-plugin-metadatagen-api</artifactId>
+    <packaging>jar</packaging>
+    <name>Shibboleth IdP :: Plugins :: metadatagen API</name>
+    <description>IdP metadatagen plugin API.</description>
 
-	<properties>
-		<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-		<automatic.module.name>net.shibboleth.idp.plugin.metadatagen.api</automatic.module.name>
-	</properties>
-
-	<dependencies>
-		<!-- Provided dependencies -->
-		<dependency>
-			<groupId>com.google.code.findbugs</groupId>
-			<artifactId>jsr305</artifactId>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<index>true</index>
-						<manifestEntries>
-							<Main-Class>net.shibboleth.idp.plugin.metadatagen.Version</Main-Class>
-						</manifestEntries>
-						<manifestSections>
-							<manifestSection>
-								<name>org/example/com/metadatagen/</name>
-								<manifestEntries>
-									<Implementation-Title>${project.artifactId}</Implementation-Title>
-									<Implementation-Version>${project.version}</Implementation-Version>
-									<Implementation-Vendor>shibboleth.net</Implementation-Vendor>
-								</manifestEntries>
-							</manifestSection>
-						</manifestSections>
-					</archive>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+    <properties>
+        <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+        <automatic.module.name>net.shibboleth.idp.plugin.metadatagen.api</automatic.module.name>
+    </properties>
 
+    <dependencies>
+        <!-- Provided dependencies -->
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <index>true</index>
+                        <manifestEntries>
+                            <Main-Class>net.shibboleth.idp.plugin.metadatagen.Version</Main-Class>
+                        </manifestEntries>
+                        <manifestSections>
+                            <manifestSection>
+                                <name>org/example/com/metadatagen/</name>
+                                <manifestEntries>
+                                    <Implementation-Title>${project.artifactId}</Implementation-Title>
+                                    <Implementation-Version>${project.version}</Implementation-Version>
+                                    <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
+                                </manifestEntries>
+                            </manifestSection>
+                        </manifestSections>
+                    </archive>
+                </configuration>
+            </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