User Activity

  • Modified a comment on discussion Help on JSystem

    You should also exclude it from clean. E.g. - <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> <executions> <execution> <id>auto-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> <configuration> <filesets> <fileset> <directory>lib</directory> <includes> <include>**/*.*</include> </includes> <excludes> <exclude>java2html.jar</exclude> </excludes> </fileset> </filesets> <failOnError>false</failOnError> </configuration> </execution> </executions> </plugi...

  • Posted a comment on discussion Help on JSystem

    You should also exclude it from clean. E.g. - <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> <executions> <execution> <id>auto-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> <configuration> <filesets> <fileset> <directory>lib</directory> <includes> <include>/.</include> </includes> <excludes> <exclude>java2html.jar</exclude> </excludes> </fileset> </filesets> <failOnError>false</failOnError> </configuration> </execution> </executions> </plugin>

  • Posted a comment on discussion Help on JSystem

    When running from maven the provided solution doesn't work. Is there any solution?

View All

Personal Data

Username:
nirby
Joined:
2018-01-17 17:25:41

Projects

  • No projects to display.

Personal Tools