Skip to content

Commit

Permalink
GH-98 Update workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jun 4, 2020
1 parent 2fa66ef commit 4b87a52
Show file tree
Hide file tree
Showing 28 changed files with 263 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .run/Reposilite.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Reposilite" type="Application" factoryName="Application" nameIsGenerated="true">
<option name="ALTERNATIVE_JRE_PATH" value="8" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="org.panda_lang.reposilite.Reposilite" />
<module name="reposilite" />
<option name="VM_PARAMETERS" value="-Xmx8M" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/reposilite-backend/src/test/workspace" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="org.panda_lang.reposilite.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<metadata><groupId>org.panda-lang</groupId><artifactId>reposilite-parent</artifactId><version>2.5.0</version><versioning><release>reposilite-parent-2.5.0.pom</release><latest>reposilite-parent-2.5.0.pom</latest><lastUpdated>20200601121119</lastUpdated><versions><version>2.5.0</version></versions></versioning></metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acf7ef943fdeb3cbfed8dd0d8f584731
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e6c06b1a28a035e21aa0a736ef80afadc43122c
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 Dzikoysk
~
~ Licensed 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.
-->

<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.panda-lang</groupId>
<artifactId>reposilite-parent</artifactId>
<packaging>pom</packaging>
<version>2.5.2</version>

<modules>
<module>reposilite-backend</module>
</modules>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/dzikoysk/reposilite.git</connection>
<developerConnection>scm:git:https://github.com/dzikoysk/reposilite.git</developerConnection>
<url>https://github.com/dzikoysk/reposilite</url>
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>local-repository</id>
<url>http://localhost/releases</url>
</repository>
</distributionManagement>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b56e299655e558e7b666f653dea6cbe8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edf98131b6abb0c0d399bf6e14089a49d40227b9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<metadata><groupId>org.panda-lang</groupId><artifactId>reposilite-parent</artifactId><versioning><release>2.5.2</release><latest>2.5.2</latest><lastUpdated>20200529224314</lastUpdated><versions><version>2.5.2</version></versions></versioning></metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d41d8cd98f00b204e9800998ecf8427e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
da39a3ee5e6b4b0d3255bfef95601890afd80709
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f28f7516085bf4b20e831ba964bfd9a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
189b211aa8d9834194d77fc9d64312651d4524f6
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>reposilite-parent</artifactId>
<groupId>org.panda-lang</groupId>
<version>2.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>reposilite-test</artifactId>
<version>1.0.0-SNAPSHOT</version>

<distributionManagement>
<repository>
<id>local-repository</id>
<url>http://localhost/releases</url>
</repository>
</distributionManagement>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8d8f0bb5f5f3e364f6407cfd9d7e1d1e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d88c57e5119260091de3e9e11bdf0e984b52f61d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<metadata><groupId>org.panda-lang</groupId><artifactId>reposilite</artifactId><version>2.10.0-SNAPSHOT</version><versioning><release>2.10.0-SNAPSHOT</release><latest>2.10.0-SNAPSHOT</latest><lastUpdated>20200603224033</lastUpdated><versions><version>2.10.0-SNAPSHOT</version></versions></versioning></metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76682f743ae018364a082b2e87f2d2f5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
63027d7630360e4203c0e3f970ec2ffcfe5f8f1b
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4d1c305ffdb8701082acd38140bcd798
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4acc4d76b701407bb2d5a5353d8b5c60acd892c6
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db6f1ebc041c127c5b558dd21cca7ec0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0ce9e7e504adf6c9a4d0898b49b2246ae4d81471
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>reposilite-parent</artifactId>
<groupId>org.panda-lang</groupId>
<version>2.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reposilite</artifactId>
<name>reposilite-backend</name>
<build>
<defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<minimizeJar>true</minimizeJar>
<filters>
<filter>
<artifact>org.eclipse.jetty:*</artifact>
<includes>
<inlcude>**</inlcude>
</includes>
</filter>
<filter>
<artifact>com.fasterxml.woodstox:woodstox-core</artifact>
<includes>
<include>**</include>
</includes>
</filter>
<filter>
<artifact>commons-logging:commons-logging</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.8.6</version>
</dependency>
</dependencies>
<configuration>
<source>${reposilite.javaLanguageLevel}</source>
<target>${reposilite.javaVersion}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
<Implementation-Title>Reposilite</Implementation-Title>
<Implementation-Version>${reposilite.version}</Implementation-Version>
<Main-Class>org.panda_lang.reposilite.Reposilite</Main-Class>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>panda-repository</id>
<name>Panda Repository</name>
<url>https://repo.panda-lang.org/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>apiguardian-api</artifactId>
<groupId>org.apiguardian</groupId>
</exclusion>
<exclusion>
<artifactId>opentest4j</artifactId>
<groupId>org.opentest4j</groupId>
</exclusion>
<exclusion>
<artifactId>junit-platform-commons</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-platform-engine</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
<exclusion>
<artifactId>apiguardian-api</artifactId>
<groupId>org.apiguardian</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<properties>
<reposilite.javaVersion>1.8</reposilite.javaVersion>
<maven.compiler.target>${reposilite.javaVersion}</maven.compiler.target>
<maven.compiler.source>${reposilite.javaLanguageLevel}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.29.v20200521</jetty.version>
<reposilite.javaLanguageLevel>1.8</reposilite.javaLanguageLevel>
<reposilite.version>${project.version}</reposilite.version>
</properties>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f8868f21591c916a4ab08a32b2b65ebe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81e6b141a4dfda2d82240933b779d6e5e85d85c0

0 comments on commit 4b87a52

Please sign in to comment.