question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Take Maven coords instead of YAML

See original GitHub issue

… well, maybe not instead, both support something like

dependencies:
  'javax.servlet:javax.servlet-api:jar:4.0.0'

Instead of

dependencies:
  javax.servlet:
    javax.servlet-api:
      version: "4.0.0"
      lang: java

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
johnynekcommented, Sep 27, 2017

have you looked at this:

https://github.com/johnynek/bazel-deps/blob/master/src/scala/com/github/johnynek/bazel_deps/maven/Tool.scala#L326

which can generate WORKSPACES and BUILDs from poms?

0reactions
johnynekcommented, Sep 27, 2017

it would be nice to document that more and maybe unify it with the main tool, but it seemed separate enough.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make swagger codegen maven plugin access yaml files from ...
The solution I managed to find is to use the maven-remote-resources-plugin . In the pom.xml of the maven project that needs to expose ......
Read more >
Configuring Apache Maven
The configuration for Apache Maven usage itself and projects built with ... you can simply use an extension by defining the usual maven...
Read more >
Apache Maven Tutorial - Baeldung
Maven uses a set of identifiers, also called coordinates, to uniquely identify a project and specify how the project artifact should be packaged ......
Read more >
Part 3 – Maven Coordinates & POM Inheritance - C. V. Guntur
In Part 3 of the series , an explanation of dependency coordinates and 'distinguishers' as well as a more detailed look at POM...
Read more >
77. Properties and Configuration - Spring
Create a file called application.yml and put it in the root of your classpath. Then add snakeyaml to your dependencies (Maven coordinates org.yaml:snakeyaml...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found