ghostwriter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.machanism.machai</groupId>
<artifactId>ghostwriter</artifactId>
<version>1.1.14</version>
</dependency><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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.machanism.machai</groupId>
<artifactId>machai</artifactId>
<version>1.1.14</version>
</parent>
<artifactId>ghostwriter</artifactId>
<name>Ghostwriter</name>
<properties>
<maven.compiler.release>8</maven.compiler.release>
<maven.javadoc.skip>false</maven.javadoc.skip>
<plantuml-generator.scanPackages>org.machanism.machai.gw.*</plantuml-generator.scanPackages>
</properties>
<profiles>
<profile>
<id>pack</id>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${maven.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.machanism.machai</groupId>
<artifactId>bindex-core</artifactId>
<version>1.1.14</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>build-artifact</id>
</execution>
<execution>
<id>delivery-pack</id>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy-to-releases</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<description>
Ghostwriter is an advanced documentation engine that automatically
scans, analyzes, and assembles project documentation using embedded
guidance tags and AI-powered synthesis.
</description>
<dependencies>
<dependency>
<groupId>org.machanism.machai</groupId>
<artifactId>project-layout</artifactId>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>org.machanism.machai</groupId>
<artifactId>genai-client</artifactId>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.22.1</version>
</dependency>
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.15.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<!-- Maven libraries -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>
https://docs.oracle.com/en/java/javase/11/docs/api/</link>
<link>
https://macha.machanism.org/core/core-commons/configurator/apidocs/</link>
<link>
https://machai.machanism.org/genai-client/apidocs/</link>
<link>
https://machai.machanism.org/project-layout/apidocs/</link>
</links>
</configuration>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:git:https://github.com/machanism-org/machai.git</connection>
<developerConnection>scm:git:https://github.com/machanism-org/machai.git</developerConnection>
<url>https://github.com/machanism-org/machai.git</url>
</scm>
</project>