mirror of
https://github.com/openstreetmap/osmosis.git
synced 2026-01-14 00:36:36 +00:00
All artefacts have an osmosis prefix, however the project names were named without the osmosis prefix. This causes some confusion when trying to publish to Maven because we end up with an artefact name including osmosis, but a project name not including osmosis. It seems simpler to rename all projects to include the osmosis prefix.
11 lines
517 B
XML
11 lines
517 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
|
|
<local-check-config name="Osmosis Checks" location="/build-support/checkstyle.xml" type="project" description="">
|
|
<additional-data name="protect-config-file" value="false"/>
|
|
</local-check-config>
|
|
<fileset name="all" enabled="true" check-config-name="Osmosis Checks" local="true">
|
|
<file-match-pattern match-pattern="." include-pattern="true"/>
|
|
</fileset>
|
|
</fileset-config>
|