Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

将依赖引入本地仓库后,load maven报错 Could not find artifact com.alibaba.datax:datax-all:pom:0.0.1-SNAPSHOT #2205

Open
rDearApple opened this issue Sep 3, 2024 · 2 comments

Comments

@rDearApple
Copy link

    <dependency>
        <groupId>com.alibaba.datax</groupId>
        <artifactId>datax-core</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>com.alibaba.datax</groupId>
        <artifactId>datax-common</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>com.alibaba.datax</groupId>
        <artifactId>datax-transformer</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </dependency>
@xingxin550
Copy link

xingxin550 commented Sep 5, 2024

我前面也遇到了这个问题,我的处理方案是使用源码编译成功之后,再用maven 安装编译出来的Jar。而且我的依赖是也不是这样子的,是
<dependency> <groupId>com.datax</groupId> <artifactId>datax-core</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.datax</groupId> <artifactId>datax-common</artifactId> <version>0.0.1</version> </dependency>

@rDearApple
Copy link
Author

我前面也遇到了这个问题,我的处理方案是使用源码编译成功之后,再用maven 安装编译出来的Jar。而且我的依赖是也不是这样子的,是 <dependency> <groupId>com.datax</groupId> <artifactId>datax-core</artifactId> <version>0.0.1</version> </dependency> <dependency> <groupId>com.datax</groupId> <artifactId>datax-common</artifactId> <version>0.0.1</version> </dependency>

感谢 我这边尝试一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants