This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +369
-40
lines changed
client_invoice_entities_dao
copilot_pool_and_profiles_services
online_review_upload_services
topcoder_cockpit_asset_services
topcoder_cockpit_project_metadata_services
topcoder_cockpit_project_milestone_services
services/contest_service_facade/src/main/java/com/topcoder/service/facade/contest/ejb Expand file tree Collapse file tree 17 files changed +369
-40
lines changed Original file line number Diff line number Diff line change 1
1
direct-app
2
2
==========
3
3
4
+ ## installing dependence
5
+
6
+ - Run ` ./install-third-dep.sh `
7
+
4
8
## building
5
9
6
10
- Run ` mvn clean package -DskipTests=true `
Original file line number Diff line number Diff line change 513
513
<groupId >com.topcoder.thirdpart</groupId >
514
514
<artifactId >hibernate3</artifactId >
515
515
<version >1.0-SNAPSHOT</version >
516
- <scope >provided</scope >
516
+ <!-- <scope>provided</scope> -- >
517
517
</dependency >
518
518
<dependency >
519
519
<groupId >com.topcoder.thirdpart</groupId >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes/META-INF</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf/META-INF</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1084
1084
</execution >
1085
1085
</executions >
1086
1086
</plugin >
1087
+ <plugin >
1088
+ <artifactId >maven-resources-plugin</artifactId >
1089
+ <version >3.0.2</version >
1090
+ <executions >
1091
+ <execution >
1092
+ <id >copy-resource-first</id >
1093
+ <phase >generate-sources</phase >
1094
+ <goals >
1095
+ <goal >copy-resources</goal >
1096
+ </goals >
1097
+ <configuration >
1098
+ <outputDirectory >${basedir} /target/classes/META-INF</outputDirectory >
1099
+ <filters >
1100
+ <filter >../../token.properties</filter >
1101
+ </filters >
1102
+ <resources >
1103
+ <resource >
1104
+ <directory >conf/META-INF</directory >
1105
+ <includes >
1106
+ <include >**</include >
1107
+ </includes >
1108
+ <filtering >true</filtering >
1109
+ </resource >
1110
+ </resources >
1111
+ </configuration >
1112
+ </execution >
1113
+ </executions >
1114
+ </plugin >
1087
1115
</plugins >
1088
1116
</build >
1089
1117
</project >
Original file line number Diff line number Diff line change 1126
1126
</execution >
1127
1127
</executions >
1128
1128
</plugin >
1129
+ <plugin >
1130
+ <artifactId >maven-resources-plugin</artifactId >
1131
+ <version >3.0.2</version >
1132
+ <executions >
1133
+ <execution >
1134
+ <id >copy-resource-first</id >
1135
+ <phase >generate-sources</phase >
1136
+ <goals >
1137
+ <goal >copy-resources</goal >
1138
+ </goals >
1139
+ <configuration >
1140
+ <outputDirectory >${basedir} /target/classes</outputDirectory >
1141
+ <filters >
1142
+ <filter >../../token.properties</filter >
1143
+ </filters >
1144
+ <resources >
1145
+ <resource >
1146
+ <directory >conf</directory >
1147
+ <includes >
1148
+ <include >**</include >
1149
+ </includes >
1150
+ <filtering >true</filtering >
1151
+ </resource >
1152
+ </resources >
1153
+ </configuration >
1154
+ </execution >
1155
+ </executions >
1156
+ </plugin >
1129
1157
</plugins >
1130
1158
</build >
1131
1159
</project >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1072
1072
</execution >
1073
1073
</executions >
1074
1074
</plugin >
1075
+ <plugin >
1076
+ <artifactId >maven-resources-plugin</artifactId >
1077
+ <version >3.0.2</version >
1078
+ <executions >
1079
+ <execution >
1080
+ <id >copy-resource-first</id >
1081
+ <phase >generate-sources</phase >
1082
+ <goals >
1083
+ <goal >copy-resources</goal >
1084
+ </goals >
1085
+ <configuration >
1086
+ <outputDirectory >${basedir} /target/classes</outputDirectory >
1087
+ <filters >
1088
+ <filter >../../token.properties</filter >
1089
+ </filters >
1090
+ <resources >
1091
+ <resource >
1092
+ <directory >conf</directory >
1093
+ <includes >
1094
+ <include >**</include >
1095
+ </includes >
1096
+ <filtering >true</filtering >
1097
+ </resource >
1098
+ </resources >
1099
+ </configuration >
1100
+ </execution >
1101
+ </executions >
1102
+ </plugin >
1075
1103
</plugins >
1076
1104
</build >
1077
1105
</project >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes/META-INF</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf/META-INF</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes/META-INF</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf/META-INF</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
+ <plugin >
1070
+ <artifactId >maven-resources-plugin</artifactId >
1071
+ <version >3.0.2</version >
1072
+ <executions >
1073
+ <execution >
1074
+ <id >copy-resource-first</id >
1075
+ <phase >generate-sources</phase >
1076
+ <goals >
1077
+ <goal >copy-resources</goal >
1078
+ </goals >
1079
+ <configuration >
1080
+ <outputDirectory >${basedir} /target/classes/META-INF</outputDirectory >
1081
+ <filters >
1082
+ <filter >../../token.properties</filter >
1083
+ </filters >
1084
+ <resources >
1085
+ <resource >
1086
+ <directory >conf/META-INF</directory >
1087
+ <includes >
1088
+ <include >**</include >
1089
+ </includes >
1090
+ <filtering >true</filtering >
1091
+ </resource >
1092
+ </resources >
1093
+ </configuration >
1094
+ </execution >
1095
+ </executions >
1096
+ </plugin >
1069
1097
</plugins >
1070
1098
</build >
1071
1099
</project >
Original file line number Diff line number Diff line change 1072
1072
</execution >
1073
1073
</executions >
1074
1074
</plugin >
1075
+ <plugin >
1076
+ <artifactId >maven-resources-plugin</artifactId >
1077
+ <version >3.0.2</version >
1078
+ <executions >
1079
+ <execution >
1080
+ <id >copy-resource-first</id >
1081
+ <phase >generate-sources</phase >
1082
+ <goals >
1083
+ <goal >copy-resources</goal >
1084
+ </goals >
1085
+ <configuration >
1086
+ <outputDirectory >${basedir} /target/classes</outputDirectory >
1087
+ <filters >
1088
+ <filter >../../token.properties</filter >
1089
+ </filters >
1090
+ <resources >
1091
+ <resource >
1092
+ <directory >conf</directory >
1093
+ <includes >
1094
+ <include >**</include >
1095
+ </includes >
1096
+ <filtering >true</filtering >
1097
+ </resource >
1098
+ </resources >
1099
+ </configuration >
1100
+ </execution >
1101
+ </executions >
1102
+ </plugin >
1075
1103
</plugins >
1076
1104
</build >
1077
1105
</project >
You can’t perform that action at this time.
0 commit comments