ghidra
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.joern</groupId>
<artifactId>ghidra</artifactId>
<version>12.2_744c5dee92-202605281342</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.joern</groupId>
<artifactId>ghidra</artifactId>
<version>12.2_744c5dee92-202605281342</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<packaging>jar</packaging>
<description>ghidra re-release for qwiet / shiftleft</description>
<url>https://github.com/ShiftLeftSecurity/ghidra/</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ghidra</name>
<scm>
<url>https://github.com/ShiftLeftSecurity/ghidra</url>
<connection>scm:git@github.com:ShiftLeftSecurity/ghidra.git</connection>
</scm>
<developers>
<developer>
<id>itsacoderepo</id>
<name>Niko Schmidt</name>
<url>https://github.com/itsacoderepo</url>
<email>niko@shiftleft.io</email>
</developer>
<developer>
<id>mpollmeier</id>
<name>Michael Pollmeier</name>
<url>http://www.michaelpollmeier.com</url>
<email>michael@michaelpollmeier.com</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.7.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>sonatype-central-joern</publishingServerId>
<deploymentName>ghidra-12.2_744c5dee92-202605281342</deploymentName>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<!-- create a near-empty sources.jar to have a smaller sonatype bundle - it is so large that the upload regularly fails... -->
<includes>META-INF</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
</plugin>
</plugins>
</build>
</project>