Skip to content

Commit

Permalink
#378: Unfinishend refactoring with unresolvable symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Apr 20, 2024
1 parent 6683f78 commit 3ba7687
Show file tree
Hide file tree
Showing 7 changed files with 309 additions and 213 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Sonarcloud status:

**User Guides**

* [📖 About us](doc/about_us.md)
* [📖 User Guide](doc/user_guide.md)
* [💲 Command Line Usage](core/src/main/resources/usage.txt)

Expand All @@ -42,6 +41,7 @@ Sonarcloud status:
* [📅 Upcoming Milestones](https://github.com/orgs/itsallcode/projects/3/views/3)
* [🗨️ Discussion Board](https://github.com/itsallcode/openfasttrace/discussions)
* [✨ OpenFastTrace Stories](https://github.com/itsallcode/openfasttrace/wiki/OFT-Stories)
* [ℹ️ About us](doc/about_us.md)

**Information for Contributors**

Expand Down
18 changes: 18 additions & 0 deletions importer/lightweightmarkup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<artifactId>openfasttrace-parent</artifactId>
<version>${revision}</version>
</parent>
<properties>
<project.build.outputTimestamp>${reproducible.build.timestamp}</project.build.outputTimestamp>
</properties>
<dependencies>
<dependency>
<groupId>org.itsallcode.openfasttrace</groupId>
Expand All @@ -21,4 +24,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit 3ba7687

Please sign in to comment.