Skip to content

Conversation

@rdworak37
Copy link
Contributor

No description provided.


<groupId>net.kaczmarzyk</groupId>
<artifactId>sar-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autoconfiguration pom has different version than main pom, but in order to keep the same version for both I would have to create another "core" module and move whole main code base to it. In other case I can't add it as a dependency in this pom. Should I do it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://stackoverflow.com/questions/10024320/maven-include-parent-classes <--- additional info on solution to this problem

Comment on lines +224 to +228
<repository>
<id>kaczmarzyk.net</id>
<name>kaczmarzyk.net repository</name>
<url>ftp://repo.kaczmarzyk.net</url>
</repository>

Check failure

Code scanning / CodeQL

Failure to use HTTPS or SFTP URL in Maven artifact upload/download

Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository ftp://repo.kaczmarzyk.net
Comment on lines +229 to +233
<snapshotRepository>
<id>kaczmarzyk.net</id>
<name>kaczmarzyk.net repository</name>
<url>ftp://repo.kaczmarzyk.net</url>
</snapshotRepository>

Check failure

Code scanning / CodeQL

Failure to use HTTPS or SFTP URL in Maven artifact upload/download

Downloading or uploading artifacts over insecure protocol (eg. http or ftp) to/from repository ftp://repo.kaczmarzyk.net
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

Successfully merging this pull request may close these issues.

1 participant