Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Nov 22, 2022
1 parent 6b9f21d commit 5b31199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<groupId>org.woehlke.computer.kurzweil</groupId>
<artifactId>computer_kurzweil</artifactId>
<version>2.2.18-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>apps</artifactId>
<packaging>pom</packaging>

<name>apps</name>
<description>TODO dsadas</description>
<description>Computer Kurzweil Apps</description>

<modules>
<module>legacy</module>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@
<pmdVersion>6.29.0</pmdVersion>
<version.maven-pdf-plugin>1.4</version.maven-pdf-plugin>

<maven.repository.local>${project.basedir}/mvn-repository/</maven.repository.local>
<directory.etc>${project.basedir}/src/site/resources/checkstyle/</directory.etc>
<maven.repository.local>${maven.multiModuleProjectDirectory}/mvn-repository/</maven.repository.local>
<directory.etc>${maven.multiModuleProjectDirectory}/src/site/resources/checkstyle/</directory.etc>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5b31199

Please sign in to comment.