File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed
flapi-build-test-producer Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 27
27
<artifactId >build-project</artifactId >
28
28
<version >0.4-SNAPSHOT</version >
29
29
<packaging >pom</packaging >
30
+ <name >Flapi Build Project</name >
30
31
31
32
<properties >
32
33
<flapi .generated.sources>${project.build.directory} /generated-sources/flapi</flapi .generated.sources>
34
+ <flapi .includeRuntime>false</flapi .includeRuntime>
33
35
<flapi .descriptor.class>change.me</flapi .descriptor.class>
36
+ <flapi .version>0.4-SNAPSHOT</flapi .version>
34
37
</properties >
35
38
36
39
<profiles >
37
40
<profile >
38
41
<id >normal</id >
39
42
<activation >
40
43
<property >
41
- <name >!installOnly</name >
44
+ <name >!flapi.build. installOnly</name >
42
45
</property >
43
46
</activation >
44
47
<build >
48
51
<plugin >
49
52
<groupId >unquietcode.tools.flapi</groupId >
50
53
<artifactId >flapi-build-plugin</artifactId >
51
- <version >${project .version} </version >
54
+ <version >${flapi .version} </version >
52
55
<executions >
53
56
<execution >
54
57
<goals >
57
60
<configuration >
58
61
<descriptorClass >${flapi.descriptor.class} </descriptorClass >
59
62
<sourcesDirectory >${flapi.generated.sources} </sourcesDirectory >
63
+ <includeRuntime >${flapi.includeRuntime} </includeRuntime >
60
64
</configuration >
61
65
</execution >
62
66
</executions >
Original file line number Diff line number Diff line change 36
36
37
37
<properties >
38
38
<flapi .descriptor.class>unquietcode.tools.flapi.plugin.TestDescriptor</flapi .descriptor.class>
39
+ <flapi .includeRuntime>true</flapi .includeRuntime>
39
40
</properties >
40
41
41
42
<build >
Original file line number Diff line number Diff line change
1
+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
+ Copyright 2013 Benjamin Fagin
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+
16
+
17
+ Read the included LICENSE.TXT for more information.
18
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
19
+
1
20
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
21
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
22
<modelVersion >4.0.0</modelVersion >
39
58
</executions >
40
59
</plugin >
41
60
<plugin >
42
- <groupId >org.apache.maven.plugins</groupId >
43
61
<artifactId >maven-javadoc-plugin</artifactId >
44
62
<version >2.8.1</version >
45
63
<executions >
66
84
</executions >
67
85
</plugin >
68
86
<plugin >
69
- <groupId >org.apache.maven.plugins</groupId >
70
87
<artifactId >maven-surefire-plugin</artifactId >
71
88
<version >2.9</version >
72
89
<configuration >
78
95
</configuration >
79
96
</plugin >
80
97
<plugin >
81
- <groupId >org.apache.maven.plugins</groupId >
82
98
<artifactId >maven-compiler-plugin</artifactId >
83
99
<version >2.5.1</version >
84
100
<configuration >
You can’t perform that action at this time.
0 commit comments