Giter Club home page Giter Club logo

Comments (7)

CorvusYe avatar CorvusYe commented on June 13, 2024 1

https://s01.oss.sonatype.org/content/repositories/releases/org/nebula-contrib/ngbatis/

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

@CorvusYe let's talk about this here.

BTW, I received this from sonatype, could the vulnerabilities be the actual cause?

https://sbom.lift.sonatype.com/report/T1-a0368c8f29fdaa555824-851247e892644d-1660204700-91bc10dde2434b289d9600b6c3f69b3e

Screen Shot 2022-08-11 at 4 26 02 PM

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

Or we could refer to https://github.com/nebula-contrib/nebula-jdbc/blob/master/pom.xml ?

from ngbatis.

CorvusYe avatar CorvusYe commented on June 13, 2024

I saw a link in the log, which may be helpful https://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

I saw a link in the log, which may be helpful https://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

comparing to https://github.com/nebula-contrib/nebula-jdbc/blob/master/pom.xml (Yes, i know nothing about java/maven, just 0-knowledge troubleshoot), we have some more build xml-dom could we remove some of them first?

    <build>
        <plugins>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.7</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.2.1</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9.1</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.5</version>
            </plugin>
        </plugins>
    </build>

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

@CorvusYe 👍🏻 b2b11eb works!

from ngbatis.

wey-gu avatar wey-gu commented on June 13, 2024

closing it 👍🏻 @CorvusYe thanks!

from ngbatis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.