martin-g commented on PR #412: URL: https://github.com/apache/curator/pull/412#issuecomment-1175212346
Because this way it will use a rather old version of Maven. I don't remember now whether Curator uses maven-enforcer-plugin or not. On Tue, Jul 5, 2022, 18:21 tison ***@***.***> wrote: > ***@***.**** commented on this pull request. > > @martin-g <https://github.com/martin-g> I learn more about running travis > tasks on Apache projects recently and agree that this patch is good to > merge. Comments inline. > ------------------------------ > > In .travis.yml > <https://github.com/apache/curator/pull/412#discussion_r913922216>: > > > +# > > +# http://www.apache.org/licenses/LICENSE-2.0 > > +# > > +# Unless required by applicable law or agreed to in writing, > > +# software distributed under the License is distributed on an > > +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > > +# KIND, either express or implied. See the License for the > > +# specific language governing permissions and limitations > > +# under the License. > > + > > +os: linux > > +dist: focal > > +arch: arm64-graviton2 > > +group: edge > > +virt: vm > > +language: generic > > > ⬇️ Suggested change > > -language: generic > > +language: java > > > Why not use a java env? In this approach you don't have to install maven > manually. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/curator/pull/412#pullrequestreview-1028817347>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AABYUQRMS5NC4OQDG4VABFTVSRHHRANCNFSM5PQQJA4Q> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
