bazel-contrib / bazel-contrib/rules_jvm_external

pom_file generate pom.xml without project header.

Open
#642 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
373
Forks
301
Avg merge
7d 17h
Merged PRs (30d)
3

Description

I define a pom_file
```
pom_file(
name = "yak_core_pom",
targets = [
"//yakboot/yak-core",
],
template_file = "pom_template.xml",
)
```
when i build this file , it generate pom like
![image](https://user-images.githubusercontent.com/9640834/147307365-f8aca0f4-80f0-4368-a0e0-3ebd39cdcd6d.png)

we expected like
```

yak-core
.......

```

anyone can help?

Contributor guide

Open the contributing guide

Research direction

Reproduce the generated pom.xml from the pom_file definition using target //yakboot/yak-core and template_file "pom_template.xml". Compare the result with the expected Maven XML shown in the issue, starting at the pom_file generation entry point. Done means the generated file includes the XML declaration and project header shown in the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.