Skip to content

Commit

Permalink
revert(docs): do not use SVG image for dependency snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 4, 2024
1 parent acbe4db commit 3651fcb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 65 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ Sitemap 0.90 is offered under the terms of the Attribution-ShareAlike Creative C

First, add this as a dependency to your POM:

![mvn dependency](docs/version.svg)
```xml
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>sitemapgen4j</artifactId>
<version>2.0.0</version>
</dependency>
```

The easiest way to get started is to just use the WebSitemapGenerator class, like this:

Expand Down
18 changes: 0 additions & 18 deletions docs/version.svg

This file was deleted.

28 changes: 0 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,34 +319,6 @@
</execution>
</executions>
</plugin>

<!-- DOCUMENTATION -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>readme-md</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/docs</outputDirectory>
<resources>
<resource>
<directory>${project.build.resources[0].directory}</directory>
<includes>
<include>version.svg</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
<encoding>UTF-8</encoding>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
18 changes: 0 additions & 18 deletions src/main/resources/version.svg

This file was deleted.

0 comments on commit 3651fcb

Please sign in to comment.