apache / netbeans-mavenutils-nbm-maven-plugin

Apache NetBeans Maven Utils parent pom
https://netbeans.apache.org/
Apache License 2.0
13 stars 27 forks source link

First step to put all the commit back with history from the splitted repo #55

Closed ebarboni closed 2 years ago

ebarboni commented 2 years ago

I hope this is good enough.

It's not intended to build now. (mvn clean install at root build only parent, mvn clean install in subfolder only build the individual) Need pom rewrite and so on. Only want to regroup.

Will need to clean up in another PR (LICENSE file and so on) Will need to tag the release commit hash again (we voted in the past) but seems everything was keep.

mbien commented 2 years ago

I see

and nbm-maven-plugin is already in the repo. The parent plugin is no longer needed? How did you import the repos?

ebarboni commented 2 years ago

Edit: (had internet issue) the parent is directly on the root.

for each repo I add them git remote add -f nb-parent https://github.com/ebarboni/netbeans-mavenutils-parent.git

git merge --no-commit nb-parent/master

git checkout master -- nbm-maven-plugin git checkout nb-parent/master <fiilestogetfrom the nb-parent/master!!!!>

until no conflict

oyarzun commented 2 years ago

@ebarboni thank for doing this.

Will the combined maven projects exist in this github project? Then the others will archived or deleted?

ebarboni commented 2 years ago

in the future releasing from this repo will do the parent,shared,harness,repo,nbm in one go. after we merge this I will add the tag missing from the others repository the repository were split from common history commit id were not changed so should be easy to track.

For the future of the no more needed repository will ask in the thread https://issues.apache.org/jira/browse/INFRA-23373?filter=-2

ebarboni commented 2 years ago

will merge and make first buildable setup in a following PR