Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 3, 2024
1 parent 3201b97 commit 5dbe851
Show file tree
Hide file tree
Showing 94 changed files with 4,702 additions and 6,878 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ For publishing the site do the following:
cd target/checkout
mvn -Preporting verify site site:stage scm-publish:publish-scm
```

59 changes: 27 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>82</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>webstart</artifactId>
Expand All @@ -15,7 +15,7 @@

<name>MWEBSTART :: Project</name>
<description>Webstart Maven Plugin and related modules</description>
<url>http://mojohaus.org/webstart</url>
<url>https://mojohaus.org/webstart</url>
<inceptionYear>2005</inceptionYear>
<licenses>
<license>
Expand All @@ -31,18 +31,18 @@
<email>[email protected]</email>
<organization>CoffeeBreaks</organization>
<organizationUrl>http://www.coffeebreaks.org</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>Java Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<name>Tony chemit</name>
<email>[email protected]</email>
<timezone>Eurepose/Paris</timezone>
<roles>
<role>Java Developer</role>
</roles>
<timezone>Eurepose/Paris</timezone>
</developer>
</developers>
<contributors>
Expand All @@ -51,7 +51,6 @@
<email>[email protected]</email>
</contributor>
<contributor>
<!--<id>ge0ffrey</id>-->
<name>Geoffrey De Smet</name>
<email>ge0ffrey.spam_AT_gmail.com</email>
<roles>
Expand All @@ -60,13 +59,10 @@
<timezone>+1</timezone>
</contributor>
<contributor>
<!--<id>ge0ffrey</id>-->
<name>Kevin Stembridge</name>
<!--email></email-->
<roles>
<role>Java developer</role>
</roles>
<!--timezone>+1</timezone-->
</contributor>
<contributor>
<name>Andreas Kuhtz</name>
Expand All @@ -84,8 +80,8 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/webstart.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/webstart.git</developerConnection>
<url>https://github.com/mojohaus/webstart</url>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/webstart</url>
</scm>
<issueManagement>
<system>github</system>
Expand All @@ -106,9 +102,9 @@
<mavenVersion>3.5.4</mavenVersion>
<mavenPluginPluginVersion>3.11.0</mavenPluginPluginVersion>
<keytoolVersion>1.7</keytoolVersion>
<plexusComponentVersion>2.2.0</plexusComponentVersion>
<plexusComponentVersion>2.2.0</plexusComponentVersion>

<velocity-version>2.3</velocity-version>
<velocity-version>2.3</velocity-version>
<autoVersionSubmodules>true</autoVersionSubmodules>
</properties>

Expand Down Expand Up @@ -261,7 +257,7 @@
<artifactId>velocity-engine-core</artifactId>
<version>${velocity-version}</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
Expand Down Expand Up @@ -291,16 +287,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<!-- compilerVersion>${maven.compiler.compilerVersion}</compilerVersion -->
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<configuration>
<!-- compilerVersion>${maven.compiler.compilerVersion}</compilerVersion -->
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${mavenPluginPluginVersion}</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
Expand Down Expand Up @@ -342,7 +337,7 @@
<content>${project.build.directory}/staging/${project.artifactId}</content>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.4.0</version>
Expand Down Expand Up @@ -376,16 +371,16 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>jdk11</id>
<activation>
<jdk>11</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>
<profiles>
<profile>
<id>jdk11</id>
<activation>
<jdk>11</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>

</project>
4 changes: 1 addition & 3 deletions webstart-jnlp-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-jnlp-servlet</artifactId>

<name>MWEBSTART :: JNLP Servlet</name>
<!--<version>1.0-7.0.02_ea_b02.2-SNAPSHOT</version>-->
<description>JNLP Sample servlet that supports pack200 protocol. Taken from Sun's JDK sample/jnlp directory thanks to
its permissive license.
</description>
its permissive license.</description>
<url>http:///jdk6.dev.java.net/</url>
<!--scm> available in source package inside a mustang snapshot.
<connection />
Expand Down
Loading

0 comments on commit 5dbe851

Please sign in to comment.