Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 3 | ! or more contributor license agreements. See the NOTICE file |
| 4 | ! distributed with this work for additional information |
| 5 | ! regarding copyright ownership. The ASF licenses this file |
| 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
| 8 | ! with the License. You may obtain a copy of the License at |
| 9 | ! |
| 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ! |
| 12 | ! Unless required by applicable law or agreed to in writing, |
| 13 | ! software distributed under the License is distributed on an |
| 14 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | ! KIND, either express or implied. See the License for the |
| 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
| 18 | !--> |
| 19 | <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/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <artifactId>asterix-license</artifactId> |
| 22 | <name>asterix-license</name> |
| 23 | <parent> |
| 24 | <groupId>org.apache.asterix</groupId> |
| 25 | <artifactId>apache-asterixdb</artifactId> |
Ian Maxon | f20e64f | 2024-03-05 00:02:55 -0800 | [diff] [blame^] | 26 | <version>0.9.10-SNAPSHOT</version> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 27 | </parent> |
| 28 | |
| 29 | <licenses> |
| 30 | <license> |
| 31 | <name>Apache License, Version 2.0</name> |
| 32 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 33 | <distribution>repo</distribution> |
| 34 | <comments>A business-friendly OSS license</comments> |
| 35 | </license> |
| 36 | </licenses> |
| 37 | |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 38 | <properties> |
| 39 | <root.dir>${basedir}/..</root.dir> |
| 40 | </properties> |
| 41 | |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 42 | <build> |
| 43 | <plugins> |
| 44 | <plugin> |
| 45 | <groupId>org.apache.hyracks</groupId> |
| 46 | <artifactId>license-automation-plugin</artifactId> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 47 | <executions> |
| 48 | <execution> |
| 49 | <phase>generate-resources</phase> |
| 50 | <goals> |
| 51 | <goal>generate</goal> |
| 52 | </goals> |
| 53 | </execution> |
| 54 | </executions> |
| 55 | <configuration> |
Ian Maxon | 70be691 | 2019-06-13 18:36:32 -0700 | [diff] [blame] | 56 | <templateRootDir>${basedir}/..</templateRootDir> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 57 | <outputDir>${basedir}/..</outputDir> |
| 58 | <location>ignored</location> |
| 59 | <generatedFiles> |
| 60 | <generatedFile> |
Ian Maxon | 70be691 | 2019-06-13 18:36:32 -0700 | [diff] [blame] | 61 | <template>src/main/licenses/templates/asterix-source-license.ftl</template> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 62 | <outputFile>LICENSE</outputFile> |
| 63 | </generatedFile> |
| 64 | <generatedFile> |
Michael Blow | e2cf491 | 2017-01-18 15:39:40 -0500 | [diff] [blame] | 65 | <!-- TODO(mblow): share the template with hyracks as a maven artifact --> |
Ian Maxon | 70be691 | 2019-06-13 18:36:32 -0700 | [diff] [blame] | 66 | <template>src/main/licenses/templates/asterix-notice.ftl</template> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 67 | <outputFile>NOTICE</outputFile> |
| 68 | </generatedFile> |
| 69 | </generatedFiles> |
| 70 | <excludedScopes> |
| 71 | <excludedScope>test</excludedScope> |
| 72 | </excludedScopes> |
| 73 | <licenseDirectory>${basedir}/../src/main/licenses/content</licenseDirectory> |
| 74 | <models> |
| 75 | <model>${basedir}/../src/main/appended-resources/supplemental-models.xml</model> |
| 76 | </models> |
| 77 | <licenses> |
| 78 | <license> |
| 79 | <displayName>The Apache Software License, Version 2.0</displayName> |
| 80 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 81 | <aliasUrls> |
| 82 | <aliasUrl>http://www.apache.org/licenses/LICENSE-2.0</aliasUrl> |
| 83 | <aliasUrl>https://www.apache.org/licenses/LICENSE-2.0.txt</aliasUrl> |
| 84 | <aliasUrl>http://www.apache.org/licenses/LICENSE-2.0.html</aliasUrl> |
| 85 | </aliasUrls> |
| 86 | <metric>1</metric> |
| 87 | </license> |
| 88 | </licenses> |
| 89 | <templateProperties> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 90 | <asterixAppResourcesPrefix>asterix-app/src/main/resources/</asterixAppResourcesPrefix> |
Michael Blow | 13e30c7 | 2018-03-08 16:08:59 -0800 | [diff] [blame] | 91 | <asterixDashboardResourcesPrefix>asterix-dashboard/src/main/resources/</asterixDashboardResourcesPrefix> |
Michael Blow | e2cf491 | 2017-01-18 15:39:40 -0500 | [diff] [blame] | 92 | <packageName /> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 93 | </templateProperties> |
| 94 | </configuration> |
| 95 | </plugin> |
| 96 | </plugins> |
| 97 | <pluginManagement> |
| 98 | <plugins> |
| 99 | <plugin> |
| 100 | <groupId>org.eclipse.m2e</groupId> |
| 101 | <artifactId>lifecycle-mapping</artifactId> |
| 102 | <version>1.0.0</version> |
| 103 | <configuration> |
| 104 | <lifecycleMappingMetadata> |
| 105 | <pluginExecutions> |
| 106 | <pluginExecution> |
| 107 | <pluginExecutionFilter> |
| 108 | <groupId>org.apache.asterix</groupId> |
| 109 | <artifactId>license-automation-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 110 | <versionRange>[0.0,)</versionRange> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 111 | <goals> |
| 112 | <goal>generate</goal> |
| 113 | </goals> |
| 114 | </pluginExecutionFilter> |
| 115 | <action> |
| 116 | <ignore /> |
| 117 | </action> |
| 118 | </pluginExecution> |
| 119 | </pluginExecutions> |
| 120 | </lifecycleMappingMetadata> |
| 121 | </configuration> |
| 122 | </plugin> |
| 123 | </plugins> |
| 124 | </pluginManagement> |
| 125 | </build> |
| 126 | </project> |