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

SAK-40128 Merge SU admin tools into one project. #5688

Merged
merged 3 commits into from
Jul 25, 2018
Merged

SAK-40128 Merge SU admin tools into one project. #5688

merged 3 commits into from
Jul 25, 2018

Conversation

axxter99
Copy link
Member

  1. ./tool/tool-tool/su => ./admin-su
  2. pom.xlm: artifactI:admin-tool-su

1) ./tool/tool-tool/su => ./admin-su
2) pom.xlm: artifactI:admin-tool-su
@axxter99
Copy link
Member Author

@buckett ?

Copy link
Member

@buckett buckett left a comment

Choose a reason for hiding this comment

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

Much better to make this code more discoverable.

pom.xml Outdated
@@ -111,7 +111,7 @@
<module>syllabus</module>
<module>taggable</module>
<module>textarea</module>
<module>tool</module>
<module>admin-su</module>
Copy link
Member

Choose a reason for hiding this comment

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

Could we move this line to keep them alphabetical?

pom.xml Outdated
@@ -194,7 +194,7 @@
<module>syllabus</module>
<module>taggable</module>
<module>textarea</module>
<module>tool</module>
<module>admin-su</module>
Copy link
Member

Choose a reason for hiding this comment

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

Could we move this line to keep them alphabetical?

admin-su/pom.xml Outdated
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-tool-tool-su</artifactId>
<groupId>org.sakaiproject.su</groupId>
<artifactId>admin-tool-su</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

It's generally better if the folder name matches the artifactId, I know Sakai is currently bad at this but would be nice if we could start the path to making it better.

https://blog.sonatype.com/2011/01/maven-tip-project-directories-and-artifact-ids/

@buckett
Copy link
Member

buckett commented Jul 10, 2018

Also currently has conflicts.

@bjones86
Copy link
Member

@buckett, are you ok with the changes here?

Copy link
Member

@buckett buckett left a comment

Choose a reason for hiding this comment

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

Yep, looks good.

@buckett buckett merged commit 2f9d9e0 into sakaiproject:master Jul 25, 2018
bjones86 pushed a commit to bjones86/sakai that referenced this pull request Aug 11, 2018
* SAK-40128 Merge SU admin tools into one project.
1) ./tool/tool-tool/su => ./admin-su
2) pom.xml: artifactId:admin-tool-su
bjones86 pushed a commit to bjones86/sakai that referenced this pull request Aug 21, 2018
* SAK-40128 Merge SU admin tools into one project.
1) ./tool/tool-tool/su => ./admin-su
2) pom.xml: artifactId:admin-tool-su
bjones86 pushed a commit to bjones86/sakai that referenced this pull request Aug 27, 2018
* SAK-40128 Merge SU admin tools into one project.
1) ./tool/tool-tool/su => ./admin-su
2) pom.xml: artifactId:admin-tool-su
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.

3 participants