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.

syntax for specifying maven group + artifact ids

See original GitHub issue

@FroMage has introduced an artifact annotation for specifying Maven group and artifact ids. I’m not happy with that since our import statements already have a welldefined syntax for specifying these. I will introduce the following syntax:

module org.hibernate.core org.hibernate:"hibernate-core" "2.1.1" { ... }

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gavinkingcommented, Jan 26, 2017

will it support specifying values for multiple foreign repo systems?

It doesn’t yet, but it will.

0reactions
lucaswerkmeistercommented, Feb 14, 2017

It doesn’t yet, but it will.

Is that coming before the next release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guide to Naming Conventions - Apache Maven
Guide to naming conventions on groupId, artifactId, and version. groupId uniquely identifies your project across all projects. A group ID should follow ...
Read more >
Maven artifact and groupId naming - Stack Overflow
Guide to naming conventions on groupId, artifactId and version · As a work for hire should I use com.my.company.project as groupId or com.client....
Read more >
How to Define Maven GroupId with Examples? - eduCBA
Maven groupid is nothing but the id of the project group. Generally, the group id is unique among all the projects. Group id...
Read more >
Apache Maven Tutorial - Baeldung
The groupId is a parameter indicating the group or individual that created a project, which is often a reversed company domain name. The ......
Read more >
What is the Difference Between groupId and artifactId in Maven
The groupId is an XML element in the POM.XML file of a Maven project that specifies the id of the project group. In...
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