Changeset 36325 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2024-08-28T20:42:06+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r36315 r36325 804 804 <mvn:remoterepos id="resolver.repositories"> 805 805 <mvn:remoterepo id="JOSM" url="https://josm.openstreetmap.de/nexus/content/repositories/public/" /> 806 <mvn:remoterepo id="JOSM-snapshots" url="https://josm.openstreetmap.de/nexus/content/repositories/snapshots/" snapshots="true" /> 806 807 </mvn:remoterepos> 807 808 <mkdir dir="${plugin.lib.dir}"/> … … 816 817 <mvn:files refid="lib.files" dir="${plugin.lib.dir}" layout="{artifactId}-{version}-{classifier}.{extension}" scopes="compile,!test"/> 817 818 </mvn:resolve> 818 <echo message="${toString:lib.files}"/>819 819 <mvn:resolve> 820 820 <mvn:path refid="classpath.provided" scopes="provided"/> … … 842 842 <mvn:path refid="spotbugs.classpath" classpath="compile"/> 843 843 </mvn:resolve> 844 <path id="plugin.classpath.actual"> 844 <condition property="classpath.provided.present"> 845 <isreference refid="classpath.provided" type="path"/> 846 </condition> 847 <path id="plugin.classpath.actual" unless:set="classpath.provided.present"> 848 <path refid="plugin.classpath"/> 849 </path> 850 <path id="plugin.classpath.actual" if:set="classpath.provided.present"> 845 851 <path refid="plugin.classpath"/> 846 852 <path refid="classpath.provided"/>
Note:
See TracChangeset
for help on using the changeset viewer.
