This repository was archived by the owner on Sep 9, 2023. It is now read-only.

File tree

160 files changed

+7
-10053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searcx below for content that may be hidden.

160 files changed

+7
-10053
lines changed
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo ${JOB_TYPE}
2929

3030
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
3131
retry_with_backoff 3 10 \
32-
mvn install -B -V \
32+
mvn install -B -V -ntp \
3333
-DskipTests=true \
3434
-Dclirr.skip=true \
3535
-Denforcer.skip=true \
@@ -60,6 +60,7 @@ javadoc)
6060
;;
6161
integration)
6262
mvn -B ${INTEGRATION_TEST_ARGS} \
63+
-ntp \
6364
-Penable-integration-tests \
6465
-DtrimStackTrace=false \
6566
-Dclirr.skip=true \
@@ -81,6 +82,7 @@ samples)
8182
pushd ${SAMPLES_DIR}
8283
mvn -B \
8384
-Penable-samples \
85+
-ntp \
8486
-DtrimStackTrace=false \
8587
-Dclirr.skip=true \
8688
-Denforcer.skip=true \
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3131

3232
# this should run maven enforcer
3333
retry_with_backoff 3 10 \
34-
mvn install -B -V \
34+
mvn install -B -V -ntp \
3535
-DskipTests=true \
3636
-Dclirr.skip=true
3737

@@ -86,4 +86,4 @@ then
8686
else
8787
msg "Errors found. See log statements above."
8888
exit 1
89-
fi
89+
fi
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
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-
* https://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-
/*
18-
* Copyright 2020 Google LLC
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* https://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
33-
/*
34-
* Copyright 2020 Google LLC
35-
*
36-
* Licensed under the Apache License, Version 2.0 (the "License");
37-
* you may not use this file except in compliance with the License.
38-
* You may obtain a copy of the License at
39-
*
40-
* https://www.apache.org/licenses/LICENSE-2.0
41-
*
42-
* Unless required by applicable law or agreed to in writing, software
43-
* distributed under the License is distributed on an "AS IS" BASIS,
44-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45-
* See the License for the specific language governing permissions and
46-
* limitations under the License.
47-
*/
48-
49-
/*
50-
* Copyright 2020 Google LLC
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* https://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
64-
651
/*
662
* Copyright 2020 Google LLC
673
*
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
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-
* https://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-
/*
18-
* Copyright 2020 Google LLC
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* https://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
33-
/*
34-
* Copyright 2020 Google LLC
35-
*
36-
* Licensed under the Apache License, Version 2.0 (the "License");
37-
* you may not use this file except in compliance with the License.
38-
* You may obtain a copy of the License at
39-
*
40-
* https://www.apache.org/licenses/LICENSE-2.0
41-
*
42-
* Unless required by applicable law or agreed to in writing, software
43-
* distributed under the License is distributed on an "AS IS" BASIS,
44-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45-
* See the License for the specific language governing permissions and
46-
* limitations under the License.
47-
*/
48-
49-
/*
50-
* Copyright 2020 Google LLC
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* https://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
64-
651
/*
662
* Copyright 2020 Google LLC
673
*
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
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-
* https://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-
/*
18-
* Copyright 2020 Google LLC
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* https://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
33-
/*
34-
* Copyright 2020 Google LLC
35-
*
36-
* Licensed under the Apache License, Version 2.0 (the "License");
37-
* you may not use this file except in compliance with the License.
38-
* You may obtain a copy of the License at
39-
*
40-
* https://www.apache.org/licenses/LICENSE-2.0
41-
*
42-
* Unless required by applicable law or agreed to in writing, software
43-
* distributed under the License is distributed on an "AS IS" BASIS,
44-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45-
* See the License for the specific language governing permissions and
46-
* limitations under the License.
47-
*/
48-
49-
/*
50-
* Copyright 2020 Google LLC
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* https://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
64-
651
/*
662
* Copyright 2020 Google LLC
673
*
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
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-
* https://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-
/*
18-
* Copyright 2020 Google LLC
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* https://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
33-
/*
34-
* Copyright 2020 Google LLC
35-
*
36-
* Licensed under the Apache License, Version 2.0 (the "License");
37-
* you may not use this file except in compliance with the License.
38-
* You may obtain a copy of the License at
39-
*
40-
* https://www.apache.org/licenses/LICENSE-2.0
41-
*
42-
* Unless required by applicable law or agreed to in writing, software
43-
* distributed under the License is distributed on an "AS IS" BASIS,
44-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45-
* See the License for the specific language governing permissions and
46-
* limitations under the License.
47-
*/
48-
49-
/*
50-
* Copyright 2020 Google LLC
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* https://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
64-
651
/*
662
* Copyright 2020 Google LLC
673
*
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
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-
* https://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-
/*
18-
* Copyright 2020 Google LLC
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* https://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
33-
/*
34-
* Copyright 2020 Google LLC
35-
*
36-
* Licensed under the Apache License, Version 2.0 (the "License");
37-
* you may not use this file except in compliance with the License.
38-
* You may obtain a copy of the License at
39-
*
40-
* https://www.apache.org/licenses/LICENSE-2.0
41-
*
42-
* Unless required by applicable law or agreed to in writing, software
43-
* distributed under the License is distributed on an "AS IS" BASIS,
44-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45-
* See the License for the specific language governing permissions and
46-
* limitations under the License.
47-
*/
48-
49-
/*
50-
* Copyright 2020 Google LLC
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* https://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
64-
651
/*
662
* Copyright 2020 Google LLC
673
*

0 commit comments

Comments
 (0)