POM dependency not working #1

Closed
opened 2022-04-10 22:23:50 +02:00 by stal5991 · 1 comment
Collaborator
<build>
  ...
  <extensions>
    ...
    <extension>
      <groupId>ar.com.synergian</groupId>
      <artifactId>wagon-git</artifactId>
      <version>0.2.5</version>
    </extension>
  </extensions>
</build>

this extention does not work. Says that it does not exist.
Reference https://pvt.dsv.su.se/project.html

``` <build> ... <extensions> ... <extension> <groupId>ar.com.synergian</groupId> <artifactId>wagon-git</artifactId> <version>0.2.5</version> </extension> </extensions> </build> ``` this extention does not work. Says that it does not exist. Reference https://pvt.dsv.su.se/project.html
Author
Collaborator

fixed issue

fixed issue
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arso9914/FikaAndFocus#1
No description provided.