Skip to content

Commit

Permalink
Merge pull request #28 from s4u/cleanup
Browse files Browse the repository at this point in the history
project cleanup and refresh
  • Loading branch information
slawekjaranowski authored Dec 29, 2020
2 parents fbda68b + a96ad5c commit 78782c3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 105 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/gh-pages-deploy.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/gh-pages-test.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

35 changes: 10 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
This project implements Fatek protocol to communicate with Fatek PLC (Programmable Logic Controller).
</description>

<url>https://www.simplify4u.org/jfatek</url>
<inceptionYear>2013</inceptionYear>

<organization>
<name>Simplify4U</name>
<url>https://www.simplify4u.org</url>
</organization>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -46,6 +54,7 @@
<id>sjaranowski</id>
<name>Slawomir Jaranowski</name>
<email>[email protected]</email>
<url>https://github.com/slawekjaranowski</url>
<timezone>Europe/Warsaw</timezone>
</developer>
</developers>
Expand All @@ -59,7 +68,7 @@

<distributionManagement>
<site>
<id>github-pages</id>
<id>github</id>
<url>${project.scm.connection}</url>
</site>
</distributionManagement>
Expand Down Expand Up @@ -140,28 +149,4 @@
</plugins>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>ci-management</report>
<report>issue-management</report>
<report>licenses</report>
<report>plugins</report>
<report>team</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

</project>
5 changes: 0 additions & 5 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ Will be very welcome.
If you have question or suggestion simply create [issue](https://github.com/s4u/jfatek/issues)
or send a pull request on [GitHub](https://github.com/s4u/jfatek).

Know uses of JFatek
====================

* [OpenHAB - Fatek PLC Binding](http://docs.openhab.org/addons/bindings.html)

---

Please let us know if you are using this project and would like to be listed here.
Expand Down
31 changes: 2 additions & 29 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,18 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">

<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">

<googleAnalyticsAccountId>UA-46704610-1</googleAnalyticsAccountId>

<publishDate position="right"/>
<version position="right"/>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.8</version>
</skin>

<custom>
<fluidoSkin>
<copyrightClass>pull-right</copyrightClass>
<gitHub>
<projectId>s4u/jfatek</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>

<body>

<breadcrumbs>
<item name="JFatek"/>
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Examples of usage" href="usage.html"/>
<item name="Symbols of register" href="registers.html"/>
</menu>

<menu ref="reports"/>
</body>

</project>

0 comments on commit 78782c3

Please sign in to comment.