Skip to content

Commit

Permalink
Bundled 1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-petricca committed Aug 12, 2024
1 parent 07172c8 commit 52cd385
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundles/1.5.4/filemerger-maven-plugin-1.5.4-javadoc.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEESTIqJi/KNFAIaIhKQvqKz1bc6vMFAma6CFgACgkQQvqKz1bc
6vOBbggAtCP5M6pWn1qGJNP27Ml3DAdTeEbaEkmAeEJMhcFMy4w6eY2fgZlWKY8E
y7Sy41mSA6DnhlFl2z5C2sbhwSu6r7dy8pnurYhcMiw+04qmIoKJJ/7QFqyVKlnP
SOlAZjV+i57WQ0a17nFYTCog1YqVN6bVLtt1HO9gZhlDMxLZNgYBuQ3kxdsSyHsk
fSnKI2UjHHdDsiPP2jetj9mOLvHx2Z/FIsQ2eT/bbkxfjUM3/wl9SvJdhiv96OqJ
LIZ94HhEckz9xTVLOKt27IFcfEjJre4AGMGqaSARtBG+8Zj6BP3Lmfm5sKfUWHK2
HHZshlUSHszOz8RUg5y5yn9rOBJZIQ==
=4rRO
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions bundles/1.5.4/filemerger-maven-plugin-1.5.4-sources.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEESTIqJi/KNFAIaIhKQvqKz1bc6vMFAma6CFkACgkQQvqKz1bc
6vOrhwf/Ug6agKyCPuyrd1oYUUJQVYXoLOTpNFeNPcCB4kT8aoo2ypMzUWN5PFZi
FzN9BGRECaY/OkuTU8maLgOMmlY6OA/eILzzTSg70Gg4353Vth79pM1i9Nvy+N24
6bnbm7rbVgmurq4s1FvcIMhFYAG+qEuzV8vePE/EARTSV1MXqetk7+6yfWyQW98u
9HMs4J2eWd08p+3Ie93OKJW7bXMB/X9FCCWp2VscFDgBuekQB8JzgqMbZ1YRuBJc
KJW43bRsO+BK2PwiUDBBzHrbOQF0zMThlPUfNrxj39iVWmWGE4ixIyQZCPhqukEf
4UNoMdyWpwmTw4OkZc1BU6b9lZTk/Q==
=BCZn
-----END PGP SIGNATURE-----
11 changes: 11 additions & 0 deletions bundles/1.5.4/filemerger-maven-plugin-1.5.4.jar.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEESTIqJi/KNFAIaIhKQvqKz1bc6vMFAma6CFMACgkQQvqKz1bc
6vNgIwgAuFUs0+mZO2SijBG6zLeAObnEZLKwKzAfjE9C7qKhMIIWvG2k59aELk1l
u6Clrjex7+x0GTKy5bdxFCbMdPBmWtwCd/k5P1QCHrEarDNzlETi6j77JiD234/F
S6A86qRIAgBLRnz77Y2/iilwwvkzY4M4/5pzPoVfjsbkJ2zZKGNeecEBzyY3jSiw
PwEofLH8IThs5bovIc/Dm85IVXMaYWXz8g/WA9IcHEto4W3WfakDlHL2TMlfI/fe
UqpjxjwAZbwltA5jOVZcOtTY5MWvpCfa7ICT2nF2ozDM6GXnflLYmk3XDRUKAP6T
NQpPyySzDDy+crHZr+YoL8FU+ivuWg==
=0g4L
-----END PGP SIGNATURE-----
165 changes: 165 additions & 0 deletions bundles/1.5.4/filemerger-maven-plugin-1.5.4.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
https://s01.oss.sonatype.org/#nexus-search;quick~filemerger
https://maven.apache.org/guides/plugin/guide-java-plugin-development.html
https://central.sonatype.org/publish/#individual-projects-open-source-software-repository-hosting-ossrh
https://central.sonatype.org/publish/publish-maven/#deployment
https://central.sonatype.org/publish/requirements/#sufficient-metadata
https://central.sonatype.org/publish/requirements/gpg/#listing-keys
https://issues.sonatype.org/browse/OSSRH-96209?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
https://www.baeldung.com/maven-plugin
-->

<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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<name>File Merger maven plugin</name>

<description>Loads and merges text/code/configuration external files into another one by placeholders.</description>

<url>https://github.com/antonio-petricca/filemerger-maven-plugin</url>

<scm>
<connection>scm:git:https://github.com/antonio-petricca/filemerger-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/antonio-petricca/filemerger-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/antonio-petricca/filemerger-maven-plugin</url>
</scm>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Antonio Petricca</name>
<email>[email protected]</email>
<url>https://www.linkedin.com/in/antoniopetricca/</url>
</developer>
</developers>

<groupId>io.github.antonio-petricca</groupId>
<artifactId>filemerger-maven-plugin</artifactId>
<version>1.5.4</version>

<packaging>maven-plugin</packaging>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.3</version> <!-- Pinned -->
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.3.2</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.13.1</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.13.1</version>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>deploy</id>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>

<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.3</version>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
11 changes: 11 additions & 0 deletions bundles/1.5.4/filemerger-maven-plugin-1.5.4.pom.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEESTIqJi/KNFAIaIhKQvqKz1bc6vMFAma6CFgACgkQQvqKz1bc
6vM7aQf+JZyLzScE1vlyNB7+iW+wld2eFdaJh8qB62HXulpSQyXVQBI0c04C9F6U
V1/ryiBqoDW95aogcikns4oibI4HC+zEqM/22IeGOuGc5uVrRiJiSsygf1osHFab
uhSurD2ly+hpLT3fy0+ASwsIPymrjtQjR/DLhl+S2TaI5zOPrpX7PgD3dPo6vUtt
Hty7Z9mJOgN1z+2hdy+kOSxMtrvxcyOmTW92GKokZVi2P19KbsAfdZNFCM9Fg7R4
RcUVnE7CNfH5ypDBGJ5o9U/quExML70dOryUZztGR27hCsAuB4Ce3c022l9jO3xT
C9CvrQtXNBarGXVsG6TVAKt/neL1ow==
=bik6
-----END PGP SIGNATURE-----

0 comments on commit 52cd385

Please sign in to comment.