pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 16 Dec 2013 15:18:58 +0100
branchnetbeans
changeset 359 6b23a639bdb5
parent 325 3dc22f6fa03f
child 361 700087d2a5d3
permissions -rw-r--r--
Placing all projects into org.netbeans.html groupId
jtulach@0
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@0
     2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
jtulach@0
     3
  <modelVersion>4.0.0</modelVersion>
jaroslav@359
     4
  <groupId>org.netbeans.html</groupId>
jaroslav@359
     5
  <artifactId>pom</artifactId>
jaroslav@306
     6
  <version>0.7-SNAPSHOT</version>
jtulach@0
     7
  <packaging>pom</packaging>
jtulach@0
     8
  <name>HTML APIs via Java</name>
toni@104
     9
  <parent> 
jtulach@0
    10
    <groupId>net.java</groupId>
jtulach@0
    11
    <artifactId>jvnet-parent</artifactId>
toni@104
    12
     <version>3</version>
jtulach@0
    13
  </parent>  
jtulach@0
    14
  <properties>
jtulach@0
    15
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
jtulach@0
    16
      <netbeans.version>RELEASE73</netbeans.version>
jtulach@0
    17
      <license>COPYING</license>
jaroslav@321
    18
      <publicPackages></publicPackages>
jtulach@0
    19
  </properties>
jtulach@0
    20
  <modules>
jtulach@0
    21
    <module>json</module>
jaroslav@34
    22
    <module>json-tck</module>
jaroslav@79
    23
    <module>ko-archetype</module>
jaroslav@80
    24
    <module>ko-archetype-test</module>
jaroslav@37
    25
    <module>ko-fx</module>
toni@105
    26
    <module>sound</module>
jaroslav@110
    27
    <module>context</module>
jaroslav@123
    28
    <module>boot</module>
jaroslav@129
    29
    <module>boot-fx</module>
jaroslav@172
    30
    <module>geo</module>
jaroslav@260
    31
    <module>ko-ws-tyrus</module>
jtulach@0
    32
  </modules>
jtulach@0
    33
  <licenses>
jtulach@0
    34
      <license>
jtulach@0
    35
          <name>GPL-2.0wCPexc</name>
jtulach@0
    36
          <url>http://opensource.org/licenses/GPL-2.0</url>
jtulach@0
    37
          <distribution>repo</distribution>
jtulach@0
    38
      </license>
jtulach@0
    39
  </licenses>
jtulach@0
    40
  <organization>
jaroslav@359
    41
      <name>NetBeans</name>
jaroslav@359
    42
      <url>http://netbeans.org</url>
jtulach@0
    43
  </organization>
jtulach@0
    44
  <scm>
jtulach@217
    45
      <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
jtulach@217
    46
      <developerConnection>scm:hg:https://hg.apidesign.org/hg/html~html4j</developerConnection>
jtulach@217
    47
      <url>https://hg.apidesign.org/hg/html~html4j</url>
jaroslav@306
    48
      <tag>default</tag>
jtulach@0
    49
  </scm>
jtulach@0
    50
  <repositories>
jtulach@0
    51
      <repository>
jtulach@0
    52
          <id>netbeans</id>
jtulach@0
    53
          <name>NetBeans</name>
jtulach@0
    54
          <url>http://bits.netbeans.org/maven2/</url>
jtulach@0
    55
      </repository>
jtulach@0
    56
  </repositories>
jtulach@0
    57
  <pluginRepositories>
jtulach@0
    58
      <pluginRepository>
jtulach@0
    59
          <id>mc-release</id>
jtulach@0
    60
          <name>Local Maven repository of releases</name>
jtulach@0
    61
          <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
jtulach@0
    62
          <snapshots>
jtulach@0
    63
              <enabled>false</enabled>
jtulach@0
    64
          </snapshots>
jtulach@0
    65
          <releases>
jtulach@0
    66
              <enabled>true</enabled>
jtulach@0
    67
          </releases>
jtulach@0
    68
      </pluginRepository>
jtulach@0
    69
  </pluginRepositories>
jtulach@0
    70
  <build>
jtulach@0
    71
      <plugins>
jtulach@0
    72
         <plugin>
jtulach@0
    73
              <inherited>false</inherited>
jtulach@0
    74
              <groupId>com.mycila.maven-license-plugin</groupId>
jtulach@0
    75
              <artifactId>maven-license-plugin</artifactId>
jtulach@0
    76
              <version>1.9.0</version>
jtulach@0
    77
              <executions>
jtulach@0
    78
                  <execution>
jtulach@0
    79
                      <id>blah</id>
jtulach@0
    80
                      <goals>
jtulach@0
    81
                          <goal>check</goal>
jtulach@0
    82
                      </goals>
jtulach@0
    83
                  </execution>
jtulach@0
    84
              </executions>
jtulach@0
    85
              <configuration>
jtulach@0
    86
                  <aggregate>true</aggregate>
jtulach@0
    87
                  <basedir>${basedir}</basedir>
jtulach@0
    88
                  <header>COPYING</header>
jtulach@0
    89
                  <strictCheck>true</strictCheck>
jtulach@0
    90
                  <excludes>
jtulach@0
    91
                       <exclude>*</exclude>
jaroslav@33
    92
                       <exclude>.*/**</exclude>
jaroslav@79
    93
                       <exclude>ko-archetype/src/main/resources/**</exclude>
jaroslav@37
    94
                       <exclude>ko-fx/src/main/resources/org/apidesign/html/kofx/knockout*.js</exclude>
jtulach@0
    95
                  </excludes>
jtulach@0
    96
              </configuration>
jtulach@0
    97
          </plugin>
jtulach@0
    98
           <plugin>
jtulach@0
    99
            <artifactId>maven-release-plugin</artifactId>
jtulach@0
   100
            <version>2.4</version>
jtulach@0
   101
            <configuration>
jtulach@0
   102
              <mavenExecutorId>forked-path</mavenExecutorId>
jtulach@0
   103
              <useReleaseProfile>false</useReleaseProfile>
jtulach@0
   104
              <arguments>-Pjvnet-release -Pgpg</arguments>
jtulach@0
   105
              <tag>release-${releaseVersion}</tag>
jtulach@0
   106
            </configuration>
jtulach@0
   107
          </plugin>
jtulach@0
   108
      </plugins>
jtulach@0
   109
      <pluginManagement>
jtulach@0
   110
          <plugins>
jtulach@0
   111
              <plugin>
jtulach@0
   112
                <groupId>org.apache.maven.plugins</groupId>
jtulach@0
   113
                <artifactId>maven-surefire-plugin</artifactId>
jtulach@0
   114
                <version>2.13</version>
jtulach@0
   115
              </plugin>
jtulach@0
   116
              <plugin>
jtulach@0
   117
                <groupId>org.apache.maven.plugins</groupId>
jtulach@0
   118
                <artifactId>maven-javadoc-plugin</artifactId>
jtulach@0
   119
                <version>2.9</version>
jtulach@0
   120
                <configuration>
jaroslav@314
   121
                    <subpackages>${publicPackages}</subpackages>
jaroslav@314
   122
                    <skip>false</skip>
jtulach@0
   123
                </configuration>
jtulach@0
   124
              </plugin>
jtulach@0
   125
            <plugin>
jtulach@0
   126
                <groupId>org.apache.maven.plugins</groupId>
jtulach@0
   127
                <artifactId>maven-compiler-plugin</artifactId>
jtulach@0
   128
                <version>2.3.2</version>
jtulach@0
   129
                <configuration>
jaroslav@100
   130
                    <source>1.6</source>
jaroslav@100
   131
                    <target>1.6</target>
jtulach@0
   132
                </configuration>
jtulach@0
   133
            </plugin>
jaroslav@314
   134
            <plugin>
jaroslav@314
   135
                <groupId>org.apache.felix</groupId>
jaroslav@314
   136
                <artifactId>maven-bundle-plugin</artifactId>
jaroslav@314
   137
                <version>2.4.0</version>
jaroslav@314
   138
                <extensions>true</extensions>
jaroslav@314
   139
                <configuration>
jaroslav@314
   140
                    <instructions>
jaroslav@314
   141
                        <Export-Package>${publicPackages},META-INF.services.*</Export-Package>
jaroslav@314
   142
                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
jaroslav@314
   143
                    </instructions>
jaroslav@314
   144
                </configuration>
jaroslav@314
   145
            </plugin>
jtulach@0
   146
          </plugins>
jtulach@0
   147
      </pluginManagement>
jtulach@0
   148
  </build>
jtulach@0
   149
  <dependencyManagement>
jtulach@0
   150
      <dependencies>
jtulach@0
   151
        <dependency>
jtulach@0
   152
          <groupId>org.testng</groupId>
jtulach@0
   153
          <artifactId>testng</artifactId>
jtulach@0
   154
          <version>6.7</version>
jtulach@0
   155
          <scope>test</scope>
jtulach@0
   156
          <exclusions>
jtulach@0
   157
            <exclusion>
jtulach@0
   158
              <artifactId>junit</artifactId>
jtulach@0
   159
              <groupId>junit</groupId>
jtulach@0
   160
            </exclusion>
jtulach@0
   161
          </exclusions>
jtulach@0
   162
        </dependency>
jtulach@0
   163
        <dependency>
jaroslav@325
   164
            <groupId>de.twentyeleven.skysail</groupId>
jaroslav@325
   165
            <artifactId>org.json-osgi</artifactId>
jaroslav@325
   166
            <version>20080701</version>
jaroslav@325
   167
        </dependency>
jaroslav@325
   168
        <dependency>
jtulach@0
   169
          <groupId>org.netbeans.api</groupId>
jtulach@0
   170
          <artifactId>org-netbeans-modules-classfile</artifactId>
jtulach@0
   171
          <version>${netbeans.version}</version>
jtulach@0
   172
          <type>jar</type>
jtulach@0
   173
        </dependency>
jtulach@0
   174
        <dependency>
jtulach@0
   175
          <groupId>org.netbeans.api</groupId>
jtulach@0
   176
          <artifactId>org-openide-util-lookup</artifactId>
jtulach@0
   177
          <version>${netbeans.version}</version>
jtulach@0
   178
          <scope>compile</scope>
jtulach@0
   179
          <type>jar</type>
jtulach@0
   180
        </dependency>
jtulach@0
   181
        <dependency>
jtulach@0
   182
            <groupId>org.netbeans.api</groupId>
jtulach@0
   183
            <artifactId>org-netbeans-api-annotations-common</artifactId>
jtulach@0
   184
            <version>${netbeans.version}</version>
jtulach@0
   185
        </dependency>
jtulach@0
   186
        <dependency>
jtulach@0
   187
            <groupId>org.netbeans.api</groupId>
jtulach@0
   188
            <artifactId>org-netbeans-modules-java-source</artifactId>
jtulach@0
   189
            <version>${netbeans.version}</version>
jtulach@0
   190
        </dependency>
jtulach@0
   191
        <dependency>
jtulach@0
   192
            <groupId>org.netbeans.api</groupId>
jtulach@0
   193
            <artifactId>org-netbeans-libs-javacapi</artifactId>
jtulach@0
   194
            <version>${netbeans.version}</version>
jtulach@0
   195
        </dependency>
jtulach@0
   196
        <dependency>
jtulach@0
   197
            <groupId>org.netbeans.api</groupId>
jtulach@0
   198
            <artifactId>org-netbeans-spi-java-hints</artifactId>
jtulach@0
   199
            <version>${netbeans.version}</version>
jtulach@0
   200
        </dependency>
jtulach@0
   201
        <dependency>
jtulach@0
   202
            <groupId>org.netbeans.api</groupId>
jtulach@0
   203
            <artifactId>org-netbeans-modules-parsing-api</artifactId>
jtulach@0
   204
            <version>${netbeans.version}</version>
jtulach@0
   205
        </dependency>
jtulach@0
   206
        <dependency>
jtulach@0
   207
            <groupId>org.netbeans.api</groupId>
jtulach@0
   208
            <artifactId>org-netbeans-spi-editor-hints</artifactId>
jtulach@0
   209
            <version>${netbeans.version}</version>
jtulach@0
   210
        </dependency>
jtulach@0
   211
        <dependency>
jtulach@0
   212
            <groupId>org.netbeans.api</groupId>
jtulach@0
   213
            <artifactId>org-openide-util</artifactId>
jtulach@0
   214
            <version>${netbeans.version}</version>
jtulach@0
   215
        </dependency>
jtulach@0
   216
        <dependency>
jtulach@0
   217
            <groupId>org.netbeans.api</groupId>
jtulach@0
   218
            <artifactId>org-netbeans-modules-java-lexer</artifactId>
jtulach@0
   219
            <version>${netbeans.version}</version>
jtulach@0
   220
        </dependency>
jtulach@0
   221
        <dependency>
jtulach@0
   222
            <groupId>org.netbeans.api</groupId>
jtulach@0
   223
            <artifactId>org-netbeans-modules-lexer</artifactId>
jtulach@0
   224
            <version>${netbeans.version}</version>
jtulach@0
   225
        </dependency>
jtulach@0
   226
        <dependency>
jtulach@0
   227
            <groupId>org.netbeans.api</groupId>
jtulach@0
   228
            <artifactId>org-netbeans-modules-java-hints-test</artifactId>
jtulach@0
   229
            <version>${netbeans.version}</version>
jtulach@0
   230
        </dependency>
jtulach@0
   231
        <dependency>
jtulach@0
   232
            <groupId>org.netbeans.api</groupId>
jtulach@0
   233
            <artifactId>org-netbeans-libs-junit4</artifactId>
jtulach@0
   234
            <version>${netbeans.version}</version>
jtulach@0
   235
        </dependency>
jtulach@0
   236
        <dependency>
jtulach@0
   237
            <groupId>org.netbeans.modules</groupId>
jtulach@0
   238
            <artifactId>org-netbeans-lib-nbjavac</artifactId>
jtulach@0
   239
            <version>${netbeans.version}</version>
jtulach@0
   240
        </dependency>
jtulach@0
   241
        <dependency> 
jtulach@0
   242
            <groupId>org.netbeans.modules</groupId>
jtulach@0
   243
            <artifactId>org-netbeans-modules-web-browser-api</artifactId>
jtulach@0
   244
            <version>${netbeans.version}</version>
jtulach@0
   245
            <exclusions>
jtulach@0
   246
                <exclusion>
jtulach@0
   247
                    <artifactId>org-netbeans-core</artifactId>
jtulach@0
   248
                    <groupId>org.netbeans.modules</groupId>
jtulach@0
   249
                </exclusion>
jtulach@0
   250
                <exclusion>
jtulach@0
   251
                    <artifactId>org-netbeans-core-multiview</artifactId>
jtulach@0
   252
                    <groupId>org.netbeans.api</groupId>
jtulach@0
   253
                </exclusion>
jtulach@0
   254
                <exclusion>
jtulach@0
   255
                    <artifactId>org-netbeans-libs-lucene</artifactId>
jtulach@0
   256
                    <groupId>org.netbeans.api</groupId>
jtulach@0
   257
                </exclusion>
jtulach@0
   258
                <exclusion>
jtulach@0
   259
                    <artifactId>org-netbeans-modules-diff</artifactId>
jtulach@0
   260
                    <groupId>org.netbeans.api</groupId>
jtulach@0
   261
                </exclusion>
jtulach@0
   262
                <exclusion>
jtulach@0
   263
                    <artifactId>org-netbeans-modules-editor-fold</artifactId>
jtulach@0
   264
                    <groupId>org.netbeans.api</groupId>
jtulach@0
   265
                </exclusion>
jtulach@0
   266
                <exclusion>
jtulach@0
   267
                    <artifactId>org-netbeans-modules-editor-guards</artifactId>
jtulach@0
   268
                    <groupId>org.netbeans.api</groupId>
jtulach@0
   269
                </exclusion>
jtulach@0
   270
            </exclusions>
jtulach@0
   271
        </dependency>
jtulach@0
   272
        <dependency>
jtulach@0
   273
            <artifactId>org-netbeans-modules-projectapi</artifactId>
jtulach@0
   274
            <groupId>org.netbeans.api</groupId>
jtulach@0
   275
            <type>jar</type>
jtulach@0
   276
            <version>${netbeans.version}</version>
jtulach@0
   277
        </dependency>
jtulach@0
   278
      </dependencies>
jtulach@0
   279
  </dependencyManagement>
jaroslav@214
   280
  <profiles>
jaroslav@214
   281
      <profile>
jaroslav@214
   282
          <id>jdk8</id>
jaroslav@214
   283
          <activation>
jaroslav@214
   284
              <file>
jaroslav@214
   285
                  <exists>${java.home}/lib/ext/jfxrt.jar</exists>
jaroslav@214
   286
              </file>
jaroslav@214
   287
          </activation>
jaroslav@214
   288
          <properties>
jaroslav@214
   289
            <jfxrt.jar>${java.home}/lib/ext/jfxrt.jar</jfxrt.jar>
jaroslav@214
   290
          </properties>
jaroslav@214
   291
      </profile>
jaroslav@214
   292
      <profile>
jaroslav@214
   293
          <id>jdk7</id>
jaroslav@214
   294
          <activation>
jaroslav@214
   295
              <file>
jaroslav@214
   296
                  <exists>${java.home}/lib/jfxrt.jar</exists>
jaroslav@214
   297
              </file>
jaroslav@214
   298
          </activation>
jaroslav@214
   299
          <properties>
jaroslav@214
   300
            <jfxrt.jar>${java.home}/lib/jfxrt.jar</jfxrt.jar>
jaroslav@214
   301
          </properties>
jaroslav@214
   302
      </profile>
jaroslav@214
   303
  </profiles>
jaroslav@110
   304
</project>