File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 66
77node_modules /
88apidoc /
9+ dist /
910logs /
1011target /
1112pom.xml.tag
Original file line number Diff line number Diff line change 1212 <artifactId >platform-agent</artifactId >
1313
1414 <properties >
15- <client .version>0.0.7</ client .version>
15+ <agent .version>0.1.0</ agent .version>
1616 </properties >
1717
1818 <dependencies >
9696 </dependencies >
9797
9898 <build >
99- <finalName >flow-agent-${client.version} </finalName >
100-
10199 <resources >
102100 <resource >
103101 <directory >src/main/resources</directory >
124122 <goal >shade</goal >
125123 </goals >
126124 <configuration >
125+ <finalName >flow-agent-${agent.version} </finalName >
127126 <transformers >
128127 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
129128 <manifestEntries >
130129 <Main-Class >com.flow.platform.agent.App</Main-Class >
131- <Build-Number >${client .version} </Build-Number >
130+ <Build-Number >${agent .version} </Build-Number >
132131 </manifestEntries >
133132 </transformer >
134133 </transformers >
134+ <outputDirectory >${project.build.directory} /../../dist</outputDirectory >
135135 </configuration >
136136 </execution >
137137 </executions >
Original file line number Diff line number Diff line change 1313 <artifactId >platform-api</artifactId >
1414 <packaging >war</packaging >
1515
16+ <properties >
17+ <api .version>0.1.0</api .version>
18+ </properties >
19+
1620 <build >
17- <finalName >flow-api</finalName >
21+ <finalName >flow-api- ${api.version} </finalName >
1822 <plugins >
1923 <plugin >
2024 <groupId >org.apache.maven.plugins</groupId >
2125 <artifactId >maven-war-plugin</artifactId >
2226 <version >3.1.0</version >
2327 <configuration >
2428 <failOnMissingWebXml >false</failOnMissingWebXml >
29+ <outputDirectory >${project.build.directory} /../../dist</outputDirectory >
2530 </configuration >
2631 </plugin >
2732 </plugins >
Original file line number Diff line number Diff line change 1111 <artifactId >platform-control-center</artifactId >
1212 <packaging >war</packaging >
1313
14+ <properties >
15+ <cc .version>0.1.0</cc .version>
16+ </properties >
17+
1418 <build >
15- <finalName >flow-control-center</finalName >
19+ <finalName >flow-control-center-${cc.version} </finalName >
20+
1621 <plugins >
1722 <plugin >
1823 <groupId >org.apache.maven.plugins</groupId >
1924 <artifactId >maven-war-plugin</artifactId >
2025 <version >3.1.0</version >
2126 <configuration >
2227 <failOnMissingWebXml >false</failOnMissingWebXml >
28+ <outputDirectory >${project.build.directory} /../../dist</outputDirectory >
2329 </configuration >
2430 </plugin >
2531 </plugins >
You can’t perform that action at this time.
0 commit comments