Skip to content

Commit

Permalink
updated local scripts for creating release artifacts and updated GitH…
Browse files Browse the repository at this point in the history
…ub workflows (CONNECTORS-1754)
  • Loading branch information
OpenPj committed Sep 18, 2024
1 parent 4b3ca63 commit 6ee1020
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
15 changes: 15 additions & 0 deletions create-release-candidate-only-artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh

#Get Maven POM version
Expand Down
15 changes: 15 additions & 0 deletions create-release-candidate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh
releasecandidatetag=$1

Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
<exclude>dist-license/DEPENDENCIES.txt</exclude>
<exclude>site/tmp/font/**</exclude>
<exclude>apache-manifoldcf-*/**</exclude>
<exclude>src/main/docker/JDK-11/*.md</exclude>
<exclude>src/main/docker/JDK-8/*.md</exclude>
<exclude>src/main/docker/JDK-7/*.md</exclude>
<exclude>src/main/docker/JDK-6/*.md</exclude>
<exclude>src/main/docker/JDK-5/*.md</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
15 changes: 15 additions & 0 deletions sign-release-artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh
gpg_local_user=$1
mcf_version=$2
Expand Down

0 comments on commit 6ee1020

Please sign in to comment.