| Group ID: |
net.sozal |
| Artifact ID: |
stackwriter |
| Version: |
0.0.2 |
| Last modified: |
18.05.2022 17:13 |
| Packaging: |
pom |
| Name: |
stackwriter |
| Description: |
Stackwriter |
| URL: |
https://github.com/serkan-ozal/stackwriter |
| License: |
The Apache License, Version 2.0 |
| Source: |
https://github.com/serkan-ozal/stackwriter.git |
| Developers: |
Serkan Özal |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/sozal/stackwriter/0.0.2/stackwriter-0.0.2.pom |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>net.sozal</groupId>
<artifactId>stackwriter</artifactId>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>stackwriter</name>
<description>Stackwriter</description>
<url>https://github.com/serkan-ozal/stackwriter</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Serkan Özal</name>
<email>serkanozal86@gmail.com</email>
<organization>serkan-ozal</organization>
<organizationUrl>https://github.com/serkan-ozal</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/serkan-ozal/stackwriter.git</url>
<connection>scm:git:https://${GITHUB_TOKEN}@github.com/serkan-ozal/stackwriter.git</connection>
<developerConnection>scm:git:https://${GITHUB_TOKEN}@github.com/serkan-ozal/stackwriter.git</developerConnection>
<tag>v0.0.2</tag>
</scm>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>stackwriter-api</module>
<module>stackwriter-agent</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sozal</groupId>
<artifactId>stackwriter-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</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-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<scmCommentPrefix>[ci skip] </scmCommentPrefix>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
<useReleaseProfile>false</useReleaseProfile>
<checkModificationExcludes>
<checkModificationExclude>pom.xml</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
|
| Maven: |
<dependency>
<groupId>net.sozal</groupId>
<artifactId>stackwriter</artifactId>
<version>0.0.2</version>
</dependency>
|
| Gradle: |
net.sozal:stackwriter:0.0.2 |
| Dependency Graph: |
Show
Less
More
|