Ignore:
Timestamp:
2025-01-30T20:48:50+01:00 (19 months ago)
Author:
taylor.smock
Message:

Make certain all plugins can be compiled with maven

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pom.xml

    r36325 r36378  
    492492      </modules>
    493493    </profile>
     494    <profile>
     495      <id>areaselector</id>
     496      <activation><file><exists>areaselector/pom.xml</exists></file></activation>
     497      <modules><module>areaselector</module></modules>
     498    </profile>
     499    <profile>
     500      <id>austriaaddresshelper</id>
     501      <activation><file><exists>austriaaddresshelper/pom.xml</exists></file></activation>
     502      <modules><module>austriaaddresshelper</module></modules>
     503    </profile>
     504    <profile>
     505      <id>auto-tools</id>
     506      <activation><file><exists>auto-tools/pom.xml</exists></file></activation>
     507      <modules><module>auto-tools</module></modules>
     508    </profile>
     509    <profile>
     510      <id>Building-Generalization</id>
     511      <activation><file><exists>Building-Generalization/pom.xml</exists></file></activation>
     512      <modules><module>Building-Generalization</module></modules>
     513    </profile>
     514    <profile>
     515      <id>changeset-viewer</id>
     516      <activation><file><exists>changeset-viewer/pom.xml</exists></file></activation>
     517      <modules><module>changeset-viewer</module></modules>
     518    </profile>
     519    <profile>
     520      <id>Color</id>
     521      <activation><file><exists>Color/pom.xml</exists></file></activation>
     522      <modules><module>Color</module></modules>
     523    </profile>
     524    <profile>
     525      <id>configuration</id>
     526      <activation><file><exists>configuration/pom.xml</exists></file></activation>
     527      <modules><module>configuration</module></modules>
     528    </profile>
     529    <profile>
     530      <id>conflation</id>
     531      <activation><file><exists>conflation/pom.xml</exists></file></activation>
     532      <modules><module>conflation</module></modules>
     533    </profile>
     534    <profile>
     535      <id>continuos-download</id>
     536      <activation><file><exists>continuos-download/pom.xml</exists></file></activation>
     537      <modules><module>continuos-download</module></modules>
     538    </profile>
     539    <profile>
     540      <id>Dxf-Import</id>
     541      <activation><file><exists>Dxf-Import/pom.xml</exists></file></activation>
     542      <modules><module>Dxf-Import</module></modules>
     543    </profile>
     544    <profile>
     545      <id>gridify</id>
     546      <activation><file><exists>gridify/pom.xml</exists></file></activation>
     547      <modules><module>gridify</module></modules>
     548    </profile>
     549    <profile>
     550      <id>improve-way</id>
     551      <activation><file><exists>improve-way/pom.xml</exists></file></activation>
     552      <modules><module>improve-way</module></modules>
     553    </profile>
     554    <profile>
     555      <id>indoorhelper</id>
     556      <activation><file><exists>indoorhelper/pom.xml</exists></file></activation>
     557      <modules><module>indoorhelper</module></modules>
     558    </profile>
     559    <profile>
     560      <id>kartverketimport</id>
     561      <activation><file><exists>kartverketimport/pom.xml</exists></file></activation>
     562      <modules><module>kartverketimport</module></modules>
     563    </profile>
     564    <profile>
     565      <id>Mapillary</id>
     566      <activation><file><exists>Mapillary/pom.xml</exists></file><jdk>[17,]</jdk></activation>
     567      <modules><module>Mapillary</module></modules>
     568    </profile>
     569    <profile>
     570      <id>MapRoulette</id>
     571      <activation><file><exists>MapRoulette/pom.xml</exists></file><jdk>[17,]</jdk></activation>
     572      <modules><module>MapRoulette</module></modules>
     573    </profile>
     574    <profile>
     575      <id>osm-obj-info</id>
     576      <activation><file><exists>osm-obj-info/pom.xml</exists></file></activation>
     577      <modules><module>osm-obj-info</module></modules>
     578    </profile>
     579    <profile>
     580      <id>PicLayer</id>
     581      <activation><file><exists>PicLayer/pom.xml</exists></file></activation>
     582      <modules><module>PicLayer</module></modules>
     583    </profile>
     584    <profile>
     585      <id>pt_assistant</id>
     586      <activation><file><exists>pt_assistant/pom.xml</exists></file><jdk>[17,]</jdk></activation>
     587      <modules><module>pt_assistant</module></modules>
     588    </profile>
     589    <profile>
     590      <id>rex</id>
     591      <activation><file><exists>rex/pom.xml</exists></file></activation>
     592      <modules><module>rex</module></modules>
     593    </profile>
     594    <profile>
     595      <id>ShapeTools</id>
     596      <activation><file><exists>ShapeTools/pom.xml</exists></file></activation>
     597      <modules><module>ShapeTools</module></modules>
     598    </profile>
     599    <profile>
     600      <id>todo</id>
     601      <activation><file><exists>todo/pom.xml</exists></file><jdk>[17,]</jdk></activation>
     602      <modules><module>todo</module></modules>
     603    </profile>
     604    <profile>
     605      <id>turnlanes-tagging</id>
     606      <activation><file><exists>turnlanes-tagging/pom.xml</exists></file></activation>
     607      <modules><module>turnlanes-tagging</module></modules>
     608    </profile>
     609    <profile>
     610      <id>validations_testing</id>
     611      <activation><file><exists>validations_testing/pom.xml</exists></file></activation>
     612      <modules><module>validations_testing</module></modules>
     613    </profile>
     614    <profile>
     615      <id>wikipedia</id>
     616      <activation><file><exists>wikipedia/pom.xml</exists></file></activation>
     617      <modules><module>wikipedia</module></modules>
     618    </profile>
    494619  </profiles>
    495620</project>
Note: See TracChangeset for help on using the changeset viewer.