Skip to content

Commit

Permalink
Merge pull request #200 from apache/refactoring/UIMA-6443-Fresh-Eclip…
Browse files Browse the repository at this point in the history
…se-update-site-for-every-release

[UIMA-6443] Fresh Eclipse update site for every release
  • Loading branch information
reckart authored May 19, 2022
2 parents ae4905d + 7e03f1c commit 016e151
Show file tree
Hide file tree
Showing 21 changed files with 678 additions and 766 deletions.
8 changes: 5 additions & 3 deletions aggregate-uimaj-eclipse-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -44,9 +46,9 @@
<module>../uimaj-ep-cas-editor-ide</module>
<module>../uimaj-ep-runtime</module>

<!-- remove because of Jenkins / versioning issues -->
<!-- see https://issues.apache.org/jira/browse/UIMA-2497 -->
<module>../uimaj-eclipse-feature-tools</module>
<module>../uimaj-eclipse-feature-runtime</module>
<module>../uimaj-eclipse-update-site</module>
<module>../uimaj-eclipse-maven-p2-site</module>
</modules>
</project>
20 changes: 14 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
<description>The top project for the UIMA Java SDK</description>
<url>${uimaWebsiteUrl}</url>

<properties>
<jiraVersion>3.3.0SDK</jiraVersion>
<assemblyBinDescriptor>src/main/assembly/bin-without-jackson.xml</assemblyBinDescriptor>
<postNoticeText>${ibmNoticeText}</postNoticeText>
</properties>

<scm>
<connection>scm:git:https://github.com/apache/uima-uimaj/</connection>
<developerConnection>scm:git:https://github.com/apache/uima-uimaj/</developerConnection>
<url>https://github.com/apache/uima-uimaj/</url>
<tag>uimaj-3.2.0</tag>
</scm>

<properties>
<jiraVersion>3.3.0SDK</jiraVersion>
<assemblyBinDescriptor>src/main/assembly/bin-without-jackson.xml</assemblyBinDescriptor>
<postNoticeText>${ibmNoticeText}</postNoticeText>
</properties>

<!-- dependencies that go into the various builds via dependency-sets -->
<!-- version is specified here -->
<!-- default scope is compile -->
Expand Down Expand Up @@ -292,6 +292,7 @@
<exclude>uimaj-cpe/**</exclude>
<exclude>uimaj-document-annotation/**</exclude>
<exclude>uimaj-eclipse-*/**</exclude>
<exclude>uimaj-maven-p2-site/**</exclude>
<exclude>uimaj-ep-*/**</exclude>
<exclude>uimaj-examples/**</exclude>
<exclude>uimaj-test-util/**</exclude>
Expand Down Expand Up @@ -370,6 +371,8 @@
<buildNumberPropertyName>candidate-id</buildNumberPropertyName>
<timestampPropertyName>staging-timestamp</timestampPropertyName>
<shortRevisionLength>7</shortRevisionLength>
<timestampFormat>yyyyMMddHHmm</timestampFormat>
<timezone>Z</timezone>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -397,6 +400,11 @@
<include name="uimaj-${project.version}-*.tar.gz.sha512"/>
</fileset>
</copy>
<copy todir="${staging-local-root}/${staging-folder}/eclipse-update-site">
<fileset dir="uimaj-eclipse-update-site/target/repository">
<include name="**/*"/>
</fileset>
</copy>
</target>
</configuration>
</execution>
Expand Down
3 changes: 0 additions & 3 deletions uimaj-eclipse-feature-runtime/.gitignore

This file was deleted.

153 changes: 0 additions & 153 deletions uimaj-eclipse-feature-runtime/feature.properties

This file was deleted.

Loading

0 comments on commit 016e151

Please sign in to comment.