Delany

Results 107 issues of Delany

The form of the customStyleConfiguration value when specifying a resource on the classpath is "classpath:depgraph/depgraph.json". So neither a path like "depgraph/depgraph.json" nor a URI like "classpath:///depgraph/depgraph.json". Will you accept a...

I don't see the plugin timings like in the README.md example. I'm doing a reactor build, and I see the time it took each project. No plugin-level timings. maven.config ```...

Hi. Clearly no-one is using the git.tag.last property like I am. The "last tag from sorted tag list (v1.2.3)" is not useful for builds, since it takes the latest tag,...

bug

The format of https://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#outputTimestamp can be ISO 8601 or secs since epoch. I need this to support https://maven.apache.org/guides/mini/guide-reproducible-builds.html#how-do-i-configure-my-maven-build

enhancement

I get error when I build from a directory I created as an alternative worktree `git add worktree ../temp` ``` [WARNING] Failed to initialize spy com.github.pascalgn.maven.properties.EventSpyImpl: Error while reading Git...

The git.dir.worktree property should be determined from the location of the root project, not the working directory. I found this using mvn --f . Its also applicable when using submodules.

Do I have to do anything special to get these properties recognized by the IDE? ![image](https://user-images.githubusercontent.com/5310238/120165208-9f63c500-c1fb-11eb-9d44-da694679f9d9.png)

Is there a parameter to control this output? ![image](https://github.com/sormuras/junit-platform-maven-plugin/assets/5310238/7c0f204a-5df3-4669-a2ab-a606a78cef94)

https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html

I set my URLs with ``` sh export PUB_HOSTED_URL=https://${ACCOUNT}:${PASSWORD}@nexus.somewhere.com/repository/pub.dev/ export FLUTTER_STORAGE_BASE_URL=https://${ACCOUNT}:${PASSWORD}@nexus.somewhere.com/repository/pub.dev/ ``` When I run `flutter pub run build_runner build --delete-conflicting-outputs` I get > Flutter assets will be downloaded from...