generated from eitco/maven-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
29 changed files
with
676 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
namespace de.eitco.cicd.test; | ||
|
||
public class A { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<OutputType>library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<BaseOutputPath>target\bin</BaseOutputPath> | ||
<BaseIntermediateOutputPath>target\obj</BaseIntermediateOutputPath> | ||
<OutputPath>target\obj</OutputPath> | ||
<MSBUildProjectExtensionsPath>target\obj</MSBUildProjectExtensionsPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"/> | ||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"/> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>de.eitco.cicd.text</groupId> | ||
<artifactId>dotnet-test-csproj</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
<packaging>nuget</packaging> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>de.eitco.cicd</groupId> | ||
<artifactId>dotnet-maven-plugin</artifactId> | ||
<version>@project.version@</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<assemblyVersion>0.0.1</assemblyVersion> | ||
<configurationName>Release</configurationName> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31903.59 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4B20F6E5-6534-438B-9FC6-8085C3E0EFA1}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "main", "main", "{12E0FD4A-9808-47D0-994D-1595C74DC0F9}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dependency", "src\main\cs\dependency.csproj", "{C51B1D9F-2E38-4647-81A5-7E63AE545717}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{50621265-6679-400B-83D1-177D14244CC2}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dependency-test", "src\test\cs\dependency-test.csproj", "{71A97C3F-E252-4AF4-BB52-5050899FC2A3}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C51B1D9F-2E38-4647-81A5-7E63AE545717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C51B1D9F-2E38-4647-81A5-7E63AE545717}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C51B1D9F-2E38-4647-81A5-7E63AE545717}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C51B1D9F-2E38-4647-81A5-7E63AE545717}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{71A97C3F-E252-4AF4-BB52-5050899FC2A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{71A97C3F-E252-4AF4-BB52-5050899FC2A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{71A97C3F-E252-4AF4-BB52-5050899FC2A3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{71A97C3F-E252-4AF4-BB52-5050899FC2A3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{12E0FD4A-9808-47D0-994D-1595C74DC0F9} = {4B20F6E5-6534-438B-9FC6-8085C3E0EFA1} | ||
{C51B1D9F-2E38-4647-81A5-7E63AE545717} = {12E0FD4A-9808-47D0-994D-1595C74DC0F9} | ||
{50621265-6679-400B-83D1-177D14244CC2} = {4B20F6E5-6534-438B-9FC6-8085C3E0EFA1} | ||
{71A97C3F-E252-4AF4-BB52-5050899FC2A3} = {50621265-6679-400B-83D1-177D14244CC2} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>de.eitco.cicd.text</groupId> | ||
<artifactId>dotnet-test-modules</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>dotnet-test-modules-dependency</artifactId> | ||
<packaging>nuget</packaging> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>de.eitco.cicd</groupId> | ||
<artifactId>dotnet-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace de.eitco.cicd.test; | ||
|
||
public class A : IA { | ||
|
||
public void Noop() { | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace de.eitco.cicd.test; | ||
|
||
public interface IA { | ||
|
||
public void Noop(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<OutputType>library</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<BaseOutputPath>..\..\..\target\bin</BaseOutputPath> | ||
<BaseIntermediateOutputPath>..\..\..\target\obj</BaseIntermediateOutputPath> | ||
<OutputPath>..\..\..\target\obj</OutputPath> | ||
<MSBUildProjectExtensionsPath>..\..\..\target\obj</MSBUildProjectExtensionsPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"/> | ||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"/> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace de.eitco.cicd.test; | ||
|
||
public class ATest { | ||
|
||
|
||
public void test() { | ||
|
||
A a = new A(); | ||
a.Noop(); | ||
} | ||
|
||
} |
Oops, something went wrong.