dotnet-maven-plugin
dotnet-maven-plugin copied to clipboard
A Maven plugin for building dotnet projects based on project.json
Hello The src/test/java/`org.eobjects.build.CsProjFileTest` is using indirectly the `java.util.function.Predicate` which is only avalable starting from Java 1.8. Thus the project `dotnet-maven-plugin_plugin` does not build.
I have created pom.xml. All my projects are getting build . At the end I get abve error. Can you please share a sample project as where I need to...
[INFO] [INFO] --- dotnet-maven-plugin:0.24:restore (default-restore) @ activeDirectoryDotNetCoreLib --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for CommonModules Integrated Security 0.0.2-SNAPSHOT: [INFO] [INFO] CommonModules Integrated Security .................. SUCCESS [ 0.012 s] [INFO] CommonModules...
Hi When using a code generator of c# code like `JavaCC` under `maven`, the c# is by default located in `target/generated-sources/javacc`, but the plugin does not seem to take this...
Version 0.24, new fsproj build files Seems like neither the solution file `.sln` nor the `.fsproj` files are inspected. Error reported: > [ERROR] Failed to execute goal org.eobjects.build:dotnet-maven-plugin:0.24:restore (default-restore) on...
``` [ERROR] Failed to execute goal org.eobjects.build:dotnet-maven-plugin:0.23:nuget-add (default-nuget-add) on project csharp-sdk: Command [nuget add] failed!: Could not find NuGet package! ModuleDir=/Users/user/csharp-sdk/project.test, PackageDir=/Users/user/csharp-sdk/project.test/bin, PackOutput=bin -> [Help 1] ```
Right now the pom.xml version gets inserted as a "suffix" instead of the \* symbol in project.json. Ideally the pom.xml version should somehow dictate the version that gets published by...
It would be really handy for debugging purposes if the executed command lines (eg. `dotnet build --flags..` etc) would be printed. To prevent spam during the build, perhaps only when...
The ability to specify multiple frameworks would be really really helpful.